Skip to main content
Glama
q35888

agentic-browser-mcp

by q35888

browser_close

Terminates the active browser session to release resources. A new session is automatically created when needed.

Instructions

显式关闭当前浏览器会话,释放资源(real 断开 CDP 连接,不关真实 Chrome;isolated 关闭浏览器进程)。下次工具调用会自动重建。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently describes two modes of closing (real vs isolated) and their effects (CDP disconnection, process closure), and notes automatic reconnection. This is sufficient for a close action, though some details about error cases or resource implications could enhance transparency.

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 extremely concise, consisting of two sentences that front-load the primary action. Every sentence is necessary and informative, with no wasted words. The structure efficiently conveys the core functionality and key nuances.

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?

Given the tool has no parameters, no output schema, and lacks annotations, the description provides sufficient context by explaining the different closing behaviors and the automatic session rebuilding. It covers the main aspects but could be slightly more complete by mentioning any potential side effects on data or state. Overall, it is well-suited for the tool's simple nature.

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 input schema has zero parameters, and the schema description coverage is 100%. The description does not need to add parameter semantics, and it provides context about the closing behavior that is valuable beyond the schema. Baseline for 0 parameters is 4, and the description meets this standard.

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 that the tool closes the current browser session and releases resources, distinguishing between 'real' (disconnects CDP but doesn't close real Chrome) and 'isolated' (closes browser process) cases. This is a specific verb+resource pair that effectively separates it from sibling tools like browser_navigate or browser_click.

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?

The description mentions that the next tool call will automatically rebuild the session, providing implicit guidance on when to use the tool (when done with the session). However, it does not explicitly state when not to use it or mention alternative tools for related actions, lacking clear usage boundaries.

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/q35888/agentic-browser-mcp'

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