Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (which only indicate a mutating operation), the description adds critical behavioral context: authorization is based on ownership, not task ID possession, and replying completes the task with a non-repeatable guarantee. These details significantly enhance the agent's understanding of side effects and security semantics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.