Skip to main content
Glama
getcustomaise

customaise

Official

open_tab

Open a new browser tab to a specified URL while keeping the current tab in focus, then return the new tab's ID for further control.

Instructions

Open a new browser tab with the specified URL. Defaults to opening in the background so the user is not snatched away from the tab they are currently viewing. Returns the new tab ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to open in the new tab
activeNoWhether the new tab should become the active tab. Defaults to false (opens in background). Set to true only when the agent genuinely needs the new tab brought to focus.
Behavior4/5

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

Beyond the annotations, the description reveals that the tab opens in the background by default to avoid disrupting the user, which is behavior not captured by readOnlyHint, openWorldHint, or destructiveHint. It also discloses the return value. This is useful behavioral context that annotations alone do not provide.

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?

The description is concise, front-loaded with the core action, and each sentence adds distinct value: what it does, the default behavior and rationale, and the return value. No filler or redundancy.

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

Completeness5/5

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

For a simple two-parameter action tool with full schema coverage and relevant annotations, the description is complete: it covers behavior, default semantics, return value, and user impact. No output schema is required since the return type is mentioned explicitly.

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?

Schema description coverage is 100%, so the parameters are fully documented in the schema. The description adds a brief user-context rationale for the background default, but largely reiterates what the schema already states, so it does not significantly elevate parameter understanding beyond schema.

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 a specific verb ('Open') and resource ('a new browser tab') with the specified URL, which distinguishes it from sibling tools like close_tab, list_tabs, and focus_tab. It also mentions returning the new tab ID, adding useful purpose specificity.

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?

The description gives clear context on default behavior (background opening) and explains when the 'active' parameter should be set to true, helping the agent decide appropriate usage. It does not explicitly reference alternative sibling tools, but the context is sufficient for this simple operation.

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/getcustomaise/customaise-mcp'

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