Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It states a read-only 'list' operation, which clearly implies no side effects. It also specifies the scope ('from your LiteLLM instance'). While it does not explicitly discuss authentication or response format, the behavior is straightforward and transparent for a simple list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.