Tools
Get tool detail
Get detailed information about a specific tool.
Get detailed information about a specific tool.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
tool_name*string
Tool name
Response Body
application/json
curl -X GET "https://example.com/api/v1/tools/string"{ "code": 0, "msg": "ok", "data": { "tool": { "name": "string", "label": { "property1": "string", "property2": "string" }, "description": { "property1": "string", "property2": "string" }, "icon": "string", "spec": { "llm_prompt": "string", "parameters": {} } } }}