Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are minimal (no readOnlyHint, etc.), so the description carries the burden of behavioral disclosure. It adds the rate-limiting constraint, which is critical for an agent. However, it does not clarify potential side effects (e.g., idempotency is false but no mention of duplicates). Still, the added value is high.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.