Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint and openWorldHint annotations already establish this is a safe read operation. The description adds the detail that the response includes subscribed events, which provides some return-value context, but it doesn't disclose additional behavioral traits like required permissions or response structure. With annotations covering the safety profile, this adds minimal extra value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.