latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
mcp
List Tool Rest Api
List all available tools with information about the server they belong to.
Example response: { "tools": [ { "name": "create_zap", "description": "Create a new zap", "inputSchema": "tool_input_schema", "mcp_info": { "server_name": "zapier", "logo_url": "https://www.zapier.com/logo.png", } } ], "error": null, "message": "Successfully retrieved tools" }
get/mcp-rest/tools/list
Query parameters
server_idstring nullable
The server id to list tools for
The server id to list tools for
Response
Successful Response
object required