Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses a key behavioral trait: signing secrets are omitted from the response, which sets expectations about output. The verb 'List' implies a safe, read-only operation. However, it does not mention pagination or error behavior, so it is not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.