Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It does not explicitly declare the operation as read-only, nor does it describe return format, error handling, or any side effects. The only added detail—'numeric id or string globalId'—is largely redundant with the schema's anyOf type, providing minimal beyond-annotation value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.