annotations property

ToolAnnotations? get annotations

Optional tool annotations with hints about tool behavior. Includes readOnlyHint, destructiveHint, idempotentHint, etc.

Implementation

ToolAnnotations? get annotations => null;