English
API Reference v3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/api/v3/agent/chat_settings/{id}/tools \ --header 'Authorization: Bearer <token>'
{ "native": [ { "id": "<string>", "name": "<string>", "type": "native", "object": "tool", "mcp_server_name": "<string>", "require_document": true, "accepted_file_types": [ "<string>" ] } ], "mcp_servers": [ { "id": "<string>", "name": "<string>", "object": "mcp_server" } ] }
Get available native tools and MCP servers with their tools for a given chat setting ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the chat setting to fetch tools for
Show child attributes