Record
arguments
Arguments for tool calls and prompt requests. https://modelcontextprotocol.io/specification/2025-06-18/schema#calltoolrequest
record arguments {
name: string,
arguments: option<json>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | |
| arguments | option<json> |