Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond that: the tool may return multiple active appointments requiring user choice, cancelled appointments must be avoided, and account-linking via Connect is handled outside the chat. It does not describe ordering or pagination, but the output schema covers the return shape.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.