Skip to main content
Glama

browser_list_tabs

List all open browser tabs across connected profiles to manage navigation, close tabs, or execute scripts using tab IDs and connection identifiers.

Instructions

[Disabled] List all open browser tabs across all connected browser profiles. Returns tab ID, title, URL, active status, and connectionId for each tab. The connectionId identifies which browser profile owns the tab — use it with browser_open_tab to target a specific profile. Use the returned tab IDs with browser_close_tab, browser_navigate_tab, and browser_execute_script. Note: Returns ALL open tabs including potentially sensitive ones (banking, email, etc.). Tab URLs and titles may contain private information. Do not share tab information with plugin tools unless the user explicitly requests it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It excellently discloses critical behavioral traits: the tool is [Disabled], it returns ALL tabs including sensitive ones (banking, email), and carries privacy risks. This warning about sensitive data exposure is crucial behavioral context not inferable from the schema.

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?

Perfectly structured and front-loaded: status ([Disabled]), core function, return value specification, cross-tool usage patterns, and security warning. Every sentence serves a distinct purpose regarding functionality, integration, or safety. No redundant text.

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?

Despite having no output schema and no annotations, the description adequately explains what the tool returns (field names and semantics) and provides essential privacy context. It successfully compensates for the missing structured metadata, though it could theoretically mention error conditions or performance characteristics.

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 has zero parameters (confirmed by schema), which establishes a baseline score of 4. The description correctly omits parameter details since none exist, and instead focuses on explaining the semantics of the returned data fields (connectionId, tab IDs) and their usage.

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

Purpose5/5

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

The description states the specific action ('List all open browser tabs'), the scope ('across all connected browser profiles'), and the return values (tab ID, title, URL, active status, connectionId). It distinguishes from sibling tools by explicitly naming browser_close_tab, browser_navigate_tab, browser_execute_script, and browser_open_tab as consumers of this tool's output, and contrasts with plugin tools via the security warning.

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

Usage Guidelines4/5

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

Provides explicit guidance on how to use returned data ('Use the returned tab IDs with browser_close_tab...', 'use it [connectionId] with browser_open_tab'). Includes clear security restrictions ('Do not share tab information with plugin tools'). However, it does not explicitly state when to select this over plugin_list_tabs, though the security note implies the distinction.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/opentabs-dev/opentabs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server