Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the agent knows it's a safe, read-only call. The description adds that it retrieves a 'live' listing, implying the listing must be live, and it specifies the exact fields returned and the slug format, which provides useful behavioral context beyond the annotations. The description does not contradict annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.