Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey destructiveHint=true and readOnly=false, so the description does not need to restate that this deletes data. It adds useful behavioral detail beyond annotations by requiring a live API key and by documenting the structured error object returned on failure, including error.code, error.message, error.http_status, error.retry_recommended, and error.retry_after_seconds.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.