Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, indicating a safe read operation. The description goes beyond annotations by specifying the exact output structure in two scenarios (all connected vs. missing credentials), including the presence of 'authenticated' and 'pending' fields and the connect_url. This adds meaningful behavioral detail with no contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.