Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate idempotentHint=true and destructiveHint=false, so the description doesn't need to restate those. The description adds meaningful behavioral context by defining what counts as saveable content and what must never be saved, which goes beyond the annotations. It doesn't describe side effects like overwriting existing memories, but the idempotent hint covers the core safety profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.