Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations, the description discloses important behavioral traits: required webhook.manage permission, bounded authorization scope, no real-world side effects, the test's free/fictional nature, and the precise meaning of success. It also advises reusing the exact idempotency_key after an uncertain mutation, which aligns with the idempotentHint annotation and adds practical operational context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.