Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, non-destructive behavior. The description adds useful context beyond that: results are scoped to the authenticated user, and the response includes specific site fields. It does not reveal pagination or ordering behavior, but the schema provides cursor details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.