Skip to main content
Glama
nex-browser

NexBrowser MCP Server

Official
by nex-browser

nex_browser_bind_proxy

Destructive

Assign a proxy resource to one or more closed NexBrowser windows. Use proxyId=0 to remove the binding. Windows must be closed before binding.

Instructions

Bind one proxy resource to one or more closed NexBrowser windows. Pass proxyId=0 to remove the binding. Running windows are rejected and must be closed first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proxyIdYesProxy resource ID to bind; 0 removes the proxy binding
windowIdNoOne window ID or a list of closed window IDs; alias of windowIds
windowIdsNoDocumented alias of windowId

Schema Changelog

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

  1. Changed3 schema fields changedv2026.8.20
    • changedInput schema / properties / windowId / description
      Previous value: -"One window ID or a list of closed window IDs"New value: +"One window ID or a list of closed window IDs; alias of windowIds"
    • addedInput schema / properties / windowIds
      Added value: +{
      +  "anyOf": [
      +    {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "number"
      +        }
      +      ]
      +    },
      +    {
      +      "items": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "number"
      +          }
      +        ]
      +      },
      +      "type": "array"
      +    }
      +  ],
      +  "description": "Documented alias of windowId"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "windowId",
      -  "proxyId"
      -]New value: +[
      +  "proxyId"
      +]
  2. Addedv2026.8.14

TDQS

A4.2/5.0
Behavior4/5

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

The annotations declare destructiveHint=true, and the description adds meaningful behavioral context beyond that: it explicitly states that running windows are rejected, that windows must be closed first, and that proxyId=0 removes the binding. This gives an agent the key operational constraints without over-explaining.

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?

Two sentences with no filler. The core action is front-loaded, the special removal case is stated, and the critical constraint about running windows is included. Every sentence earns its place.

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?

For a simple bind operation with full schema coverage and a destructive annotation, the description covers the essential invocation details: what is bound, to what, the removal sentinel, and the closed-window precondition. It does not explain return values or error cases, but those are not critical for this tool's correct invocation.

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 100%, so the schema already documents proxyId, windowId, and windowIds. The description reinforces that proxyId=0 removes the binding and that multiple window IDs are supported, but it does not add substantial new parameter-level meaning beyond the schema. Baseline 3 is appropriate.

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 ('Bind'), a resource ('one proxy resource'), and a target ('one or more closed NexBrowser windows'), and it distinguishes itself from sibling tools like nex_browser_bind_account by specifying the proxy-to-window relationship. It also clarifies the special proxyId=0 removal behavior, making the tool's purpose unambiguous.

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

Usage Guidelines4/5

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

The description gives clear usage context: bind a proxy to closed windows only, and running windows are rejected and must be closed first. It does not explicitly name alternative tools, but the sibling list makes the alternative bind operations obvious, and the closed-window constraint is a strong usage signal.

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