Get MCP Server Tools
GET/v1/mcp-servers/:server_id/tools
Get tools from a specific MCP server using the MCP Protocol.
Connects to the MCP server and retrieves available tools using the MCP protocol.
Status Codes:
200: Tools retrieved successfully400: Validation error (invalid parameters)403: Forbidden - Access to server is forbidden404: Server not found or not accessible500: Internal server error502: Bad Gateway - Failed to get valid response from MCP server
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 502
MCP server tools retrieved successfully
Validation Error
Forbidden - Not authorized to access this server
Not Found - Server does not exist or is not accessible
Internal Server Error - Failed to retrieve tools
Bad Gateway - Failed to get valid response from MCP server (timeout, connection refused, or malformed response)