Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is known. The description adds valuable behavioral nuance: the id is account-relative, counts from 1, is safe to show, and is the identifier other tools expect. This goes beyond the structured fields and prevents an agent from treating the id as a global or sensitive value. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.