Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is a safe, repeatable read. The description adds the exact-match behavior, which is useful context beyond the schema, but it does not disclose potential edge cases (e.g., not-found behavior, error handling). Given the annotations carry the safety profile, the description provides modest additional value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.