Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description itself must convey behavioral traits. The verb 'List' signals a read-only operation, and 'all labels' indicates no filtering or hidden scope. It does not mention pagination, rate limits, or authentication, but for a zero-parameter listing tool with an output schema, the description adequately reveals the core behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.