Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description implies a read operation by using 'Get', but no annotations are provided to confirm non-destructiveness or safety. With no annotations, the description carries the full burden, and it minimally discloses behavior. It does not mention return format or side effects, but for a simple getter with an output schema, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.