Skip to main content
Glama
nex-browser

NexBrowser MCP Server

Official
by nex-browser

nex_account_modify

Update a platform account's details in the workspace catalog by passing only the fields that need to change. Password and 2FA secret remain write-only and are never returned.

Instructions

Update one platform account in the workspace catalog. Pass only the fields that must change. Password and 2FA secret are write-only and never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoDocumented alias of accountId
key2faNoWrite-only authenticator secret; never returned
remarkNo
teamIdNo
passwordNoWrite-only; never returned
usernameNo
accountIdNoPlatform account ID from nex_account_list
platformUrlNo
platformNameNo
Behavior3/5

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

The description discloses a key behavioral trait: password and 2FA secret are write-only and never returned, which is important for an agent to know. However, with no annotations provided, the description carries the full burden and still does not explain return values, error behavior, whether changes are reversible, or what happens when the account does not exist.

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 two short sentences with no filler. The core action and scope are front-loaded, and the write-only warning earns its place as essential behavioral information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a mutation tool with 9 parameters, no annotations, and no output schema, yet the description is quite sparse. It omits return value expectations, failure modes, and explanations for several parameters, leaving an agent with significant gaps when deciding how to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 44%, and the description does not compensate for the undocumented parameters such as teamId, username, platformUrl, platformName, or remark. It repeats the write-only nature of password and key2fa already present in the schema, but adds no new meaning for the remaining parameters beyond the general instruction to pass only changed fields.

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 uses a specific verb ('Update'), a specific resource ('one platform account'), and a scope ('workspace catalog'), which clearly distinguishes it from sibling tools like nex_account_create, nex_account_delete, and nex_account_list. The phrase 'Pass only the fields that must change' further clarifies the update semantics.

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 implies the tool is for modifying an existing account rather than creating or deleting one, and it gives invocation guidance ('Pass only the fields that must change'). However, it never explicitly states when to prefer this tool over alternatives such as nex_account_create or nex_account_delete, nor does it mention any prerequisites or exclusions.

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

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