Skip to main content
Glama
andresolbach

nodriver-mcp-server

List profiles

list_profiles
Read-only

List persistent Chrome profiles and show which is active, enabling easy management of multiple browser sessions.

Instructions

List persistent Chrome profiles and show which one is active.

By default the browser runs on a fresh ephemeral temp profile that is deleted when the session ends. That default is what lets several nodriver instances — Claude Desktop, Claude Code, the VS Code extension — run at the same time without fighting over one profile directory.

Persistent profiles keep cookies, logins and installed extensions across sessions. Create one with create_profile, switch with use_profile, and return to ephemeral with use_temp_profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's job is to add context. It does so by explaining the default ephemeral temp profile and that persistent profiles preserve cookies, logins, and extensions across sessions. This adds meaningful behavioral context beyond the annotations.

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 three short paragraphs; the first sentence states the core function, and the subsequent sentences provide essential context about ephemeral vs persistent profiles and related commands. Every sentence adds value without unnecessary fluff.

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?

With no parameters and an output schema, the description still explains the behavioral context thoroughly—what persistent profiles are, how they differ from the ephemeral default, and how they fit into the profile management workflow (create/switch/return). This gives the agent all it needs to decide when to invoke list_profiles.

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

Parameters4/5

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

The tool has zero parameters, so the input schema fully covers parameters (vacuously). The description adds value by explaining the concept of profiles and the active profile, which gives meaning to the tool's output. No parameter documentation is needed, so a baseline 4 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 opens with 'List persistent Chrome profiles and show which one is active,' which is a specific verb+resource+outcome and clearly distinguishes it from siblings like create_profile, use_profile, and delete_profile. It goes beyond the title by specifying the scope (persistent profiles) and the active status.

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 explains the ephemeral vs persistent profile context and explicitly references create_profile, use_profile, and use_temp_profile as related actions. This gives clear context for when listing profiles would be useful, though it could more explicitly state 'use this before switching profiles' as a direct recommendation.

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/andresolbach/nodriver-mcp-server'

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