Authorizations
Production Access Key (Bearer)
Path Parameters
Agent Handler ID of the Tool Pack
Agent Handler ID of the Registered User
Body
application/json
Use method "tools/list" to list all available tools (no params required) or method "tools/call" to execute a specific tool (requires params.name and params.arguments)
- Option 1
- Option 2
Request for listing available tools
Request identifier for tracking. Can be any integer value chosen by the client.
Example:
1
JSON-RPC protocol version. Must be "2.0".
Available options:
2.0
Example:
"2.0"
Method name. Must be "tools/list".
Available options:
tools/list
Example:
"tools/list"
Response
200 - application/json
For tools/list: returns result.tools array. For tools/call: returns result.content array with tool execution results.