Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=false, idempotentHint=true, openWorldHint=true, destructiveHint=false. The description adds important context: it's async, returns an operation ID, and submission is distinct from removal. This goes beyond annotations and clarifies that the operation may create side effects (e.g., a submission), which aligns with readOnlyHint=false. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.