Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It indicates what information will be returned but does not explicitly state that this is a read-only operation, that no authentication or config is required, or whether the worker version and cluster id are safe to access without side effects. The absence of an output schema also leaves the return format unexposed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.