API V3
cURL
curl --request GET \ --url https://paradigm-preprod.lighton.ai/api/v3/mcp/{id}/tools \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "type": "native", "object": "tool", "mcp_server_name": "<string>", "require_document": true, "accepted_file_types": [ "<string>" ] } ]
Returns the tools registered for a specific MCP server. Returns 403 if the server does not exist or is not accessible.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of the MCP server
native
mcp