cURL
curl --request GET \ --url http://localhost:5300/api/v1/tools \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "ok", "data": { "tools": [ { "name": "<string>", "label": {}, "description": {}, "icon": "<string>", "spec": { "llm_prompt": "<string>", "parameters": {} } } ] } }
List all available tools in the current LangBot instance, including plugin tools and MCP tools.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
0
"ok"
Show child attributes