Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering the safety profile. The description adds valuable context: it explains the conditional behavior based on connection state and what fields are returned (pending[], connect_url, per-install URLs). This goes beyond the annotations and gives the agent a mental model of the response shape.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.