Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable limitations (no bypassing auth/paywalls) and explains the exact return usage ('Returns extracted fields and suggestedBlocks for use with page.create_from_brief'), which goes beyond the structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.