Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'Read-only,' which clearly informs the agent that this tool will not modify state. It also describes the output action ('list' and 'mark the active one'), which is adequate for a simple read operation. No hidden behaviors are omitted, though it does not detail output formatting or error cases, which are minor for this tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.