Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the read-only, non-destructive, idempotent safety profile. The description adds meaningful behavior beyond those annotations: exact-match semantics, batching across up to 10 IDs, and the explicit failure behavior that unknown IDs appear in not_found rather than being guessed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.