Skip to main content
Glama
hashan-lakshitha

Antigravity Browser Operator

browser_list_tabs

Lists every open tab in the live Chrome browser, including tab ID, title, URL, and active status, so agents can inspect and target the right page.

Instructions

Lists all open tabs in the user’s live Chrome browser with tab ID, title, URL, and active status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It usefully discloses the source (a live Chrome browser) and the returned fields (tab ID, title, URL, active status), but says nothing about permissions, whether the browser must be running, or state freshness/latency. Adequate but not rich behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence with no waste. Every clause (live Chrome browser, the four returned fields) earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, no-output-schema read tool, the description compensates by enumerating the return fields an agent needs, which is the main gap absent an output schema. It lacks only minor behavioral preamble such as prerequisites, keeping it just shy of complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, so by rule the baseline is 4. There is nothing for the description to clarify on the input side.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ("Lists") and resource ("all open tabs in the user's live Chrome browser"), immediately distinguishing it from action siblings like browser_select_tab, browser_new_tab, and browser_close_tab. It does not name any sibling explicitly, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use or when-not-to-use guidance, but the usage is strongly implied: this is the natural discovery/enumeration step before selecting or closing a tab. No alternative is named or condition given, so it remains implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.