Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the read-only nature is covered. The description adds valuable context beyond those: the auth requirement ('OAuth or supported scoped credential'), the cost ($0.05, API key required), and the resolution behavior ('name resolved via aliases'). This meaningfully enriches the behavioral profile without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.