Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint, so the safety profile is fully covered elsewhere. The description adds no behavioral context beyond those hints: no pagination behavior, no visibility/permission notes, no indication of what happens for an empty or invalid list. With an output schema present, return-shape explanation is not required, but the description still contributes essentially nothing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.