toolport_call_tool
Invoke a discovered tool by supplying its exact name and all parameters inside the arguments object. Use search results to find tools, then call this to execute them.
Instructions
Invoke a tool discovered via toolport_search_tools. Pass the tool's exact name (as returned by the search) and put ALL of that tool's parameters INSIDE the arguments object (matching its input schema) - not at the top level next to name. Never invent or guess an identifier (teamId, accountId, projectId, etc.): if a required value isn't known, first call a list or get tool on the SAME server to obtain it, then call this with the real value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact tool name from toolport_search_tools. | |
| arguments | No | Arguments for the tool, per its input schema. |