Skip to main content
Glama
jackie099

nstbrowser-playwright-mcp

by jackie099

create_session

Create a browser session by connecting to an NSTBrowser profile over CDP, using an existing profile ID or generating a temporary profile with optional settings.

Instructions

Create a browser session by connecting to an NSTBrowser profile via CDP. Provide profileId to connect to an existing profile, or call with no arguments to create a temporary one (all parameters are optional with sensible defaults).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for a temporary profile (used when no profileId is provided)
proxyNoProxy string
kernelNoBrowser kernel
headlessNoRun headless
platformNoTarget platform
profileIdNoExisting NSTBrowser profile ID to connect to
kernelMilestoneNoKernel version milestone, e.g. '128'
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the two modes (existing vs. temporary profile), the CDP connection mechanism, and that all parameters are optional with sensible defaults. It does not mention potential side effects like persistence or cleanup, but for a creation tool this is acceptable.

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 sentences with no filler. It front-loads the core purpose and then explains the key usage modes, making it highly efficient and easy to scan.

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?

The tool has 7 parameters and no output schema, but the description only explains the primary functionality. It does not mention return values (e.g., session ID) or how the created session relates to sibling tools like switch_session or close_session. This leaves a gap for an agent that needs to know what to expect after 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 description adds marginal value beyond the schema. It clarifies that profileId is for connecting to an existing profile and that other parameters are for temporary profiles, which is echoed in the schema. The note about 'all parameters are optional' is helpful but already implied by zero required parameters.

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 action: 'Create a browser session by connecting to an NSTBrowser profile via CDP.' It specifies the resource (browser session) and method (CDP connection), and it is immediately distinguishable from sibling tools like list_sessions, switch_session, and close_session, which perform different operations.

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 provides explicit guidance: 'Provide profileId to connect to an existing profile, or call with no arguments to create a temporary one.' This tells the agent when to use each invocation mode. It stops short of explicitly naming alternatives, but the sibling context makes the tool's distinct role clear.

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/jackie099/nstbrowser-playwright-mcp'

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