Record
tool
Tool definition. https://modelcontextprotocol.io/specification/2025-06-18/schema#tool
record tool {
name: string,
input-schema: string,
options: option<tool-options>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | |
| input-schema | string | |
| options | option<tool-options> |