Record
tool-info
Metadata about a tool
record tool-info {
name: string,
input-schema: option<json>,
output-schema: option<json>,
title: option<string>,
description: option<string>,
annotations: option<tool-annotations>,
}Fields
| Name | Type | Description |
|---|---|---|
| name | string | |
| input-schema | option<json> | |
| output-schema | option<json> | |
| title | option<string> | |
| description | option<string> | |
| annotations | option<tool-annotations> |