Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds valuable behavioral detail by explaining the two distinct return states (authenticated true vs. needing connection URLs), which goes beyond the annotations. It does not contradict the annotations, and it clarifies the output structure without requiring an output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.