Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. 'List' and 'active' communicate a read-only scoped operation, but the description does not explicitly state that no mocks are modified, nor does it describe return shape or side-effect absence. 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.