Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the operation as destructive and not read-only, and the description's 'Remove' aligns with that. Beyond annotations, it adds useful context about API-key ownership scoping and that an API key is required, which helps an agent understand authorization and scope. It does not describe idempotent behavior, but the idempotentHint annotation already covers that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.