Skip to main content
Glama
nex-browser

NexBrowser MCP Server

Official
by nex-browser

nex_browser_group_create

Create a new window group in the active NexBrowser workspace to organize windows. Provide a unique group name; duplicates are rejected.

Instructions

Create one window group in the active NexBrowser workspace. Group names must be unique inside the team; a duplicate name is rejected. Use nex_browser_group_modify to rename it, or nex_browser_move_to_group to put windows into the new group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seqNoSort order; defaults to the end of the list
nameYesGroup name; it must be unique inside the active team

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2026.8.14

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses that duplicate group names are rejected, which is a useful behavioral detail. However, it does not mention side effects (e.g., whether creation is idempotent), return values, or any prerequisites beyond 'active workspace'. The uniqueness rejection is the only behavioral trait beyond the schema, so a moderate score is appropriate.

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 exactly two sentences, with the core purpose stated first and the uniqueness constraint and alternatives appended. No wasted words; every sentence earns its place. It is appropriately front-loaded and efficient.

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 create operation with fully documented parameters and no output schema, the description is sufficiently complete. It covers the core action, the uniqueness constraint, and routes to related operations. The only missing piece is a return value description, but the absence of an output schema suggests it is not critical. The context (active workspace) is stated, so an agent has what it needs to invoke the tool correctly.

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 coverage is 100%, so the schema already fully documents both parameters. The description repeats the uniqueness requirement for 'name' that is already in the schema ('must be unique inside the active team'), adding no new semantic detail. The 'seq' parameter is fully described in the schema. Thus, the description adds no value beyond the schema, fitting the baseline 3 for high coverage.

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 ('Create'), a concrete resource ('one window group'), and the scope ('in the active NexBrowser workspace'). It also clarifies the uniqueness constraint, distinguishing it from group modification and moving operations by naming sibling tools. This is unambiguous and clearly differentiates from related tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly directs the agent to use nex_browser_group_modify for renaming and nex_browser_move_to_group for placing windows, thereby defining when this tool is appropriate and providing alternatives. Though it doesn't state an explicit 'not for' case, the purpose is clear and the alternatives cover the main adjacent operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/nex-browser/nexbrowser-mcp'

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