Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. 'Return' clearly implies a read-only operation with no side effects. The behavior is transparent for a getter with no parameters. However, it does not mention potential error conditions (e.g., if no object is active) or what the returned mode's format is, but the output schema likely covers that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.