Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (destructiveHint, idempotentHint), the description clarifies what is deleted ('a previously stored memory by key') and why it might be necessary (stale, done, sensitive data). It does not elaborate on edge cases like missing keys, but the idempotentHint annotation 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.