execute_dynamic_tool
Execute any discovered trading tool by providing its name and matching arguments. For order execution or destructive actions, include owner_token and confirm=true.
Instructions
Execute any discovered tool by name with arguments. Use discover_tools first, then get_tool_details for the schema, then call this to execute. ORDER_EXEC and DESTRUCTIVE tools require owner_token and confirm=true inside arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | Arguments matching the tool's inputSchema. For ORDER_EXEC+ tools include owner_token and confirm=true. | |
| tool_name | Yes | Tool name to execute |