Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=false (mutation), openWorldHint=true (flexible inputs), idempotentHint=true (safe retries), and destructiveHint=false (non-destructive). The description adds minimal behavioral context beyond this, as 'Modify' implies mutation but doesn't detail effects like permission requirements, rate limits, or what 'modify' entails (e.g., partial updates). It doesn't contradict annotations, but provides little extra insight given the annotations cover safety and idempotency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.