Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable behavioral context beyond the annotations: it charges 2 credits only on success, can take several minutes, and recommends an Idempotency-Key header for safe retries. This is strong practical guidance, though it stops short of describing failure modes or the exact async response flow.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.