Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint=false, idempotentHint=true, destructiveHint=false), the description discloses noteworthy behaviors: 'Replaces stored notes — read first if you need to append', 'Rejects unknown fields', 'Rebuilds life_state so the next get_context_pack inner_circle is fresh', and the auth/cost requirements. This adds real context about side effects and non-obvious overwrite semantics, which is highly valuable for an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.