execute_tool
Execute an available FavCRM tool by name after discovering it with search_tools. Target tool availability, input schema, module gates, and audit logging are still enforced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Exact target tool name returned by search_tools | |
| arguments | No | Arguments object for the target tool. Must match the target input schema. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |