Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions that the new tab is made active, which is a useful behavioral trait, but it does not disclose side effects (e.g., what happens if the URL is invalid, whether the tab is created in the background, or what the return value is). For a tool with zero annotation coverage, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.