execute_tool
Run any backend CRUD tool by name with its required parameters. Find the tool schema via search_tools, then execute with matching params.
Instructions
Execute a specific tool by name with the provided parameters. Use search_tools first to find the right tool and understand its schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Parameters to pass to the tool, matching its input schema | |
| tool_name | Yes | The exact name of the tool to execute (e.g., "user_create", "ticket_list") |