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", "server_id": "a1b2c3d4-...", "alias": "zapier_prod", } } ], "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

mcp_server_namestring nullable

Filter tools to a single MCP server by name or alias

Filter tools to a single MCP server by name or alias

toolset_namestring nullable

Filter tools to a single toolset by name

Filter tools to a single toolset by name

include_disabled_toolsboolean

Admin only. Return the full server tool catalog without the allowed_tools filter or per-key tool permissions, so the MCP settings UI can configure the allowlist. Ignored for non-admins.

Admin only. Return the full server tool catalog without the allowed_tools filter or per-key tool permissions, so the MCP settings UI can configure the allowlist. Ignored for non-admins.

Response

Successful Response

object required

Changes