Skip to main content

Module tools

Module tools 

Source
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 name
  • id — substring match on tool ID (case-insensitive)

Functions§

tools_filter
Creates a warp filter for GET /v1/tools.