Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond annotations: successful jobs return JSON inline or save XLSX/CSV files locally over stdio, while HTTP mode returns safe download instructions. This clarifies surprising mode-dependent behavior without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.