Expand description
Warp filter for the GET /v1/tools endpoint.
Returns all tools available through the router, including metadata such as name, description, and input schema.
Supports optional query parameter filters:
provider— exact match on provider/server nameid— substring match on tool ID (case-insensitive)
Functions§
- tools_
filter - Creates a warp filter for
GET /v1/tools.