call_tool
Run one of the Edge Thirteen tools returned by discover_tools. Pass the tool's exact name and an arguments object matching the input schema that discover_tools returned for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact tool name from discover_tools, e.g. `numbercheck__check_financial_numbers`. | |
| arguments | No | Arguments object matching that tool's input schema. |