Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which cover the safety profile. The description adds the HTTP endpoint and the resource name, but no additional behavioral context like response structure or pagination. Since the tool is simple and read-only, the description doesn't contradict annotations and provides marginal extra value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.