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 only states that joining occurs, but does not reveal side effects (e.g., subscribing to updates, changing current state), authentication needs, what happens if the channel does not exist, or what the return value is. This lack of transparency is significant for a state-changing tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.