toolport_call_tool
Call a discovered tool by passing its exact name and all required arguments per its input schema.
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. |