Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the authentication requirement ('Bearer token required') and the retry behavior ('Safe to retry with the same idempotency_key'), which go beyond the annotations. It also explains that this action completes the workflow, providing behavioral context. No contradiction with annotations (readOnlyHint=false, idempotentHint=true, etc.).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.