ツール
利用可能なツール一覧を取得
現在の LangBot インスタンスで利用可能なすべてのツール(プラグインツールおよび MCP ツール)を取得します。
現在の LangBot インスタンスで利用可能なすべてのツール(プラグインツールおよび MCP ツール)を取得します。
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/tools"{ "code": 0, "msg": "ok", "data": { "tools": [ { "name": "string", "label": { "property1": "string", "property2": "string" }, "description": { "property1": "string", "property2": "string" }, "icon": "string", "spec": { "llm_prompt": "string", "parameters": {} } } ] }}