Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context: the polling behavior ('wait: true polls until terminal'), the set of statuses (PENDING, PROCESSING, PROCESSED, FAILED, CANCELLED), and the instruction not to re-submit. This goes beyond what annotations state, though the polling semantics are also echoed in the wait parameter description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.