Skip to main content
Glama
SJF-ECNU

CloakBrowser MCP

by SJF-ECNU

browser_switch_page

Switch the active browser tab to a specific page by providing its page ID. This allows agents to control which page is focused in a headless browser environment.

Instructions

Switch the active page by page ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
page_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must fully disclose behavioral traits. It only states the action but does not mention side effects (e.g., what happens to the previous active page), error scenarios (invalid page_id), or output format despite an output schema existing.

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

Conciseness3/5

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

The description is a single sentence, which is concise, but it is under-specified for a tool with two parameters. While there is no verbosity, the lack of structure (e.g., separating parameter explanation) reduces clarity.

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

Completeness2/5

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

Given the complexity (2 params, no annotations, and an output schema), the description is too brief. It does not explain the relationship between session_id and page_id, nor does it indicate what the output schema contains or how to handle errors, leaving the agent unprepared for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, so the description is critical for explaining parameters. It only references 'page ID' but does not define the two required parameters (session_id and page_id) or their purpose, leaving the agent with no additional semantic information.

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 ('switch') and the target ('active page') using a specific identifier ('page ID'). It distinguishes from sibling tools like browser_navigate (URL-based) and browser_new_page (create new page).

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?

No guidance is provided on when to use this tool versus alternatives like browser_navigate, browser_close_page, or browser_list_pages. There is no mention of prerequisites, such as having multiple pages open, or when switching is appropriate.

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/SJF-ECNU/CloakBrowserMCP'

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