Skip to main content
Glama

Open New Tab

tb_tab_open

Create a headless research tab to browse web pages with optional target URL, attached risk labels, and domain restrictions for evidence-grounded workflows.

Instructions

Create a new headless research tab, optionally opening a narrowed public web target immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYesThe browser session to use for this operation.
targetNoAn optional URL or target to open immediately in the new tab.
sourceRiskNoThe source risk label to attach to the result or citation.
sourceLabelNoThe human-readable source label to attach to the result or citation.
allowDomainsNoRestrict the operation to this list of allowed domains.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
activeTabIdNo
tabNo
tabIdNo
diagnosticsNo
resultNo
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It mentions the tab is 'headless' and the target is 'narrowed public web', but lacks details on what happens with the session, whether the tab persists, error handling, or any constraints beyond the input schema.

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

Conciseness4/5

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

The description is a single, front-loaded sentence without any wasted words. It efficiently conveys the core action and optional feature, though it could be slightly more informative without losing conciseness.

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

Completeness3/5

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

Given the tool has 5 parameters, 1 required, and an existing output schema, the description is short but covers the essential purpose. It does not explain return values (though output schema exists) or side effects like resource cleanup or session state changes, leaving some gaps for a tab creation operation.

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

Parameters3/5

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

All five parameters are documented in the input schema (100% coverage), so the baseline is 3. The description adds the phrase 'narrowed public web target' which hints at restriction but does not substantially clarify parameter semantics beyond the schema descriptions.

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 clearly states the action ('Create'), the resource ('new headless research tab'), and the optional behavior ('optionally opening a narrowed public web target immediately'). It effectively distinguishes from sibling tools like tb_tab_close, tb_tab_list, and tb_tab_select, making the purpose unambiguous.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives such as tb_open or tb_search_open_top. There is no mention of prerequisites, contexts where the tool should be avoided, or recommendations for specific use cases.

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/nangman-infra/touch-browser'

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