Skip to main content
Glama
getcustomaise

customaise

Official

focus_tab

Idempotent

Bring a specific browser tab to the front and activate it by providing its tab ID. Target the exact tab you need to continue working without manual switching.

Instructions

Bring a specific browser tab to the front and make it active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tabIdYesThe ID of the tab to focus
Behavior3/5

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

The description discloses the concrete behavior—bringing a tab to the front and activating it—which goes beyond the abstract annotations (idempotentHint, destructiveHint). But it does not mention failure behavior for invalid tab IDs or any prerequisites such as the tab being in the same window, leaving some behavioral gaps.

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 a single 11-word sentence that front-loads the action and includes no filler. Every word contributes to the meaning.

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 tool with one required parameter, a fully described schema, and no output schema, the information provided is sufficient for an agent to invoke it correctly. The sibling tool list_tabs implies where tab IDs come from, completing the context.

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?

The input schema already provides 100% coverage: tabId is a number described as 'The ID of the tab to focus'. The description adds no additional detail about the parameter itself, so the baseline score of 3 is appropriate.

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 a specific verb ('Bring'), a resource ('a specific browser tab'), and the outcome ('to the front and make it active'). This clearly distinguishes it from sibling tools like open_tab (creating/opening a new tab) and close_tab/reload_tab.

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?

Usage is implied: you use this when you have an existing tab ID and want to bring that tab to the foreground. However, there is no explicit guidance about when not to use it or which alternative to choose (e.g., open_tab for new tabs), so the agent must infer the appropriate context.

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