Invoke a tool
invoke_toolRun a named domain tool with schema-validated arguments. Mutating actions require a confirmation token for human-in-the-loop approval.
Instructions
Run a domain tool by name. Arguments are validated against the tool schema. Mutating tools additionally require confirmation_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| name | Yes | ||
| confirmation_token | No | Required for mutating tools; obtain from confirm_action. |