Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description doesn't explicitly disclose behavioral traits, but it doesn't contradict the annotations either. The annotations indicate this is a destructive (destructiveHint: true), non-read-only (readOnlyHint: false), non-idempotent (idempotentHint: false), and open-world (openWorldHint: true) operation. While the description adds no extra context (e.g., what exactly gets destroyed, authentication needs, or rate limits), the annotations provide clear behavioral information, so the bar is lower. The description's mention of 'POST' aligns with a non-read-only action, but it doesn't add significant value beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.