Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes well beyond the annotations, disclosing execution type (synchronous), task support (forbidden), mutation modes (validate_only, preview_only, execute), partial failure policy (completed_items_not_rolled_back), and how idempotency is derived when idempotencyKey is omitted. It also clarifies the response format and seat requirements for multi-seat scenarios, which are valuable behavioral details not present in annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.