Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, and non-destructive behavior. The description adds non-redundant context by saying the resource is public and that composite-looking IDs are opaque and never split, which prevents an agent from misinterpreting the ID format. It does not explain not-found behavior, but the output schema and read-only annotations reduce the need for that here.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.