IToolInput interface
MCP-compatible tool input structure following OpenAI MCP server specification
Properties
| arguments | Arguments passed to the tool as key-value pairs |
| name | The name of the tool to call |
Property Details
arguments
Arguments passed to the tool as key-value pairs
arguments?: Record<string, unknown>
Property Value
Record<string, unknown>
name
The name of the tool to call
name: string
Property Value
string