Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description goes beyond that by disclosing polling behavior ('wait: true polls until terminal'), enumerating the full status set (PENDING, PROCESSING, PROCESSED, FAILED, CANCELLED), and instructing the agent to follow llmContext guidance in results — all meaningful behavioral context not available from annotations alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.