Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the safety profile (readOnlyHint, idempotentHint, non-destructive), so the bar is lowered, yet the description adds real behavioral detail: the auth requirement and its source, plus the exact error object shape (error.code, error.message, error.http_status, error.retry_recommended, error.retry_after_seconds). That error contract is genuinely valuable for retry logic and goes well beyond 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.