Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully convey behavioral traits. It only states the action without detailing side effects (e.g., does it close current tab? is it reversible?), authorization needs, or constraints (e.g., index must be within range). The only extra info is in the schema parameter description, which notes the index is 0-based and from 'browser_list_tabs', but that is part of the schema, not the main description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.