Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true (safe read), openWorldHint=true (may return null for unknown IDs), and idempotentHint=true (safe to retry). The description adds that it retrieves 'detailed information' (implying comprehensive data), which provides useful context beyond annotations. However, it doesn't describe error behavior, rate limits, or authentication needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.