Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, but the description adds substantial behavioral context: it explains the return schema, the meaning of `auth` and `key_ref` for message authenticity, the polling pattern, and how to track the latest id. It also clarifies the `has_more` field and the `limit` bounds, going well beyond the structured metadata.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.