v1
latestOpenAPI 3.1.02026-07-171127.9 KBList tools for a specific server
Get a list of tools for a specific MCP server
get/api/mcp/servers/{id}/tools
Response
List of tools for the server
Example response
[
{
"id": 101,
"server_id": 1,
"name": "Example Tool",
"description": "A tool for performing example operations",
"schema": {},
"created_at": "2023-04-11T14:40:00Z",
"updated_at": "2023-04-11T14:40:00Z"
}
]