Skip to main content
Glama
rlgrpe

camoufox-mcp

by rlgrpe

browser_tabs

List, create, close, or select browser tabs by index for efficient tab management.

Instructions

List, create, close, or select a browser tab.

    Args:
        action: Operation to perform:
               - list: List all open tabs
               - new: Create a new tab
               - close: Close a tab (uses index if provided, else current tab)
               - select: Select a tab by index
        index: Tab index, used for close/select operations.
              If omitted for close, current tab is closed.

    Returns:
        Result of the tab operation
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description carries the full burden. It discloses that close uses index if provided or current tab otherwise, and select uses index. However, it omits details like behavior for out-of-range indices, default page for new tab, and the structure of the return value.

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 and well-structured, with a one-line summary, followed by clear Args and Returns sections. Every sentence adds value; no extraneous information.

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 the tool's complexity (four actions) and lack of annotations, the description covers basic behavior but lacks details for actions like list (return format) and new (default behavior). The return description is vague, though output schema exists to potentially compensate.

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 0%, so the description must compensate. It adds meaning for both parameters: explains each action and the role of index for close/select. However, it does not clarify index usage for list or new, leaving some ambiguity.

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 tool manages browser tabs with specific actions (list, create, close, select). It specifies the resource 'browser tab' and uses distinct verbs for each operation, making it distinct from sibling tools.

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 does not provide any guidance on when to use this tool versus alternatives. It lacks context about when to use each action or how it differs from sibling tools like browser_close (which closes the entire browser).

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/rlgrpe/camoufox-mcp-python'

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