Skip to main content
Glama
HyperClockUp

DrissionPageMCPServer_Modified

by HyperClockUp

connect_browser

Connect to an existing browser or launch a new browser instance for web automation tasks. Configure connection settings like port, headless mode, and privacy options to control browser behavior.

Instructions

连接到浏览器或启动新浏览器

        Args:
            port: 调试端口,默认9222
            headless: 无头模式(不显示浏览器窗口)
            incognito: 无痕/隐私模式
            user_data_dir: 用户数据目录
        
        带超时控制,默认20秒超时。
        

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
headlessNo
incognitoNo
user_data_dirNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It adds valuable context about timeout control (default 20 seconds) which isn't in the schema, and implies the tool can either connect to an existing browser or launch a new one. However, it doesn't disclose important behavioral traits like error conditions (what happens if connection fails), whether this establishes a persistent session, or what permissions/requirements are needed.

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 appropriately sized with a clear purpose statement followed by parameter explanations. However, it's not optimally front-loaded - the timeout information appears at the end rather than integrated with the purpose. The parameter explanations are clear but could be more efficiently integrated with the main description.

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 this is a browser connection/initialization tool with 4 parameters, 0% schema coverage, no annotations, but with an output schema (which reduces need to describe return values), the description is moderately complete. It covers the basic purpose and parameters but lacks important context about when to use it, error handling, and session management that would be helpful for an agent.

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?

With 0% schema description coverage, the description must compensate for the schema's lack of parameter documentation. It successfully adds semantic meaning for all 4 parameters: explaining what 'port' is for debugging, defining 'headless' as no browser window display, clarifying 'incognito' as private mode, and identifying 'user_data_dir' as user data directory. This provides essential context beyond the bare schema titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as '连接到浏览器或启动新浏览器' (connect to browser or launch new browser), which is a specific verb+resource combination. It distinguishes itself from sibling tools like 'navigate' or 'new_tab' by focusing on browser connection/initialization rather than page navigation or tab management. However, it doesn't explicitly differentiate from all possible alternatives in the sibling list.

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 guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., whether a browser must already be running), when to choose connection vs. launch, or when to use this versus other browser-related tools in the sibling list. The agent receives no contextual usage instructions.

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/HyperClockUp/DrissionPageMCPServer_Modified'

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