Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of disclosing behavioral traits. It implies a read-only operation by using 'List', but it does not explicitly state that it causes no changes or mention any side effects, permissions, or return details. For a simple list tool, this is acceptable but leaves room for the agent to assume the operation is safe without explicit confirmation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.