Record
call-tool-request
Call tool request
Spec: https://spec.modelcontextprotocol.io/specification/2025-06-18/schema#calltoolrequest
record call-tool-request {
name: string,
arguments: option<json>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | Tool name to invoke |
| arguments | option<json> | JSON-encoded tool arguments |