Positional value UDA setting the annotation-level display title (ToolAnnotations.title), distinct from @tool's 3rd argument (Tool.title). Attach alongside @tool.
the annotation-level display title (ToolAnnotations.title)
@tool("erase", "Erase a record") @destructive @idempotent @hintTitle("Erase Record") void erase(string id) { ... }
Positional value UDA setting the annotation-level display title (ToolAnnotations.title), distinct from @tool's 3rd argument (Tool.title). Attach alongside @tool.