execute_dynamic_tool
Execute discovered trading tools by name with their schema arguments. For OrderExec or Destructive tools, 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 |