Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It does disclose a concrete behavioral trait ('No identifiers are retained'), which is valuable for privacy-sensitive inputs. However, it does not state whether the operation is read-only, what happens to the inputs, whether external calls are made, or what response the agent should expect.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.