Record
tool-annotations
Annotations for tool capabilities. https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations
record tool-annotations {
title: option<string>,
read-only-hint: option<bool>,
destructive-hint: option<bool>,
idempotent-hint: option<bool>,
open-world-hint: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| title | option<string> | |
| read-only-hint | option<bool> | |
| destructive-hint | option<bool> | |
| idempotent-hint | option<bool> | |
| open-world-hint | option<bool> |