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

Changes

No recorded changes to this endpoint across all 26 revisions of this API.