Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently states the primary effect (leaving the chat) and an additional effect (stopping supervisor notifications). However, it does not disclose potential prerequisites (e.g., must be in an active chat), idempotency, or what happens if the user is not currently in a chat. For a simple action, this is adequate but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.