Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, idempotentHint), the description discloses important runtime behavior: unknown/unpublished IDs return { listing: null, notFound: true } without throwing, purposely to avoid leaking existence. It also notes catalog coverage and that IDs are not guessable, which adds significant context beyond the structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.