Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It states the core effect (marks a chat channel as read) and the threshold behavior (up to a message id), which is useful. However, it does not disclose permission requirements, idempotency, or whether the operation is reversible or affects unread counts.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.