List MCP server tools
GET
/tools/mcp-server/{mcp_server_id}/listLists all MCP server tools for a specific MCP server
RequiresBearerauthentication
Path parameters
mcp_server_idstringrequiredID of the MCP server to list tools for
Returns
Successfully listed MCP server tools
Response fields
successbooleanoptionalWhether the operation succeeded
messagestringoptionalStatus message
dataobjectoptionalSingle MCP server tool (returned by GET /tools/mcp-server/tool/{mcp_server_tool_id}).
idstringoptionalID of the MCP server tool
namestringoptionalName of the MCP server tool
descriptionstringoptionalDescription of the MCP server tool
input_schemaobjectoptionalInput schema of the MCP server tool
mcp_server_idstringoptionalID of the MCP server that the tool belongs to
mcp_server_urlstringoptionalURL of the MCP server
mcp_server_toolsobject[]optionalList of MCP server tools. Returned by /tools/mcp-server/{mcp_server_id}/list.
idstringoptionalID of the MCP server tool
namestringoptionalName of the MCP server tool
descriptionstringoptionalDescription of the MCP server tool
input_schemaobjectoptionalInput schema of the MCP server tool
mcp_server_idstringoptionalID of the MCP server that the tool belongs to
mcp_server_urlstringoptionalURL of the MCP server
GETRequest
200 OKResponse