Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only states 'Get details of a specific channel,' which implies a safe read but does not explain what 'details' includes, whether authentication is required, what happens on not-found, or the response structure. This is minimal and leaves most behavior opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.