Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already indicates this is a safe, non-mutating operation. The description adds no behavioral context beyond what is already in the annotation and schema—no mention of error handling, response shape, or side effects. For a read-only getter with an output schema, some additional context (e.g., 404 behavior) would be expected.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.