Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description carries less burden. The description adds value by noting the async parameter to avoid timeouts, but it does not elaborate on other behavioral aspects like response size or error handling. The tool is non-destructive, which aligns with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.