Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so description carries burden. It discloses read-only behavior, which is important for safety, but it does not explain what other side effects might occur. 'Switch management status' could mean toggling a switch; the read-only hint helps but doesn't clarify what exactly happens (e.g., return current status, no changes). No contradiction with annotations since none exist.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.