Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare idempotentHint=true, readOnlyHint=false, and destructiveHint=false, so the safety profile is covered. The description adds genuine context beyond that: atomicity, a cumulative cap that persists across calls, and conflict-safe idempotency. It still omits what happens on cap exhaustion, whether a reservation can be released/expires (ttl_seconds), and the role of capability_token as an authorization requirement.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.