Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must bear the full burden. 'Get' implies a read-only operation, but it does not explicitly state that it does not modify the browser state, nor describe potential error conditions (e.g., if no browser session exists) or what 'connection info' specifically includes. It adds some context about contents but leaves behavioral details vague.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.