Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate destructiveHint=true and idempotentHint=true, but the description adds valuable context: it clarifies that the transition is terminal, outlines permission constraints (owner, requester, or assignee), and explicitly lists excluded side-effects (threads, publish, access revocation). This goes beyond the annotations to set accurate expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.