Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. 'List all saved experiment capsules' discloses that the operation is a read-only enumeration and scopes the result set to saved capsules, but it does not mention return ordering, output format, pagination, or potential side effects. The non-destructive nature is inherent in the verb 'list' and an output schema exists, so this is adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.