Skip to main content
Glama
Goudu666
by Goudu666

chatgpt_browser_lifecycle

Checks the persistent ChatGPT browser state to confirm the session remains alive for subsequent MCP calls, avoiding repeated logins and preserving conversation continuity.

Instructions

读取专用 ChatGPT 浏览器的常驻状态。MCP 调用结束后浏览器会继续保持打开,后续调用直接接管,不重复进站。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 discloses the key lifecycle behavior: the browser stays open after MCP calls and subsequent calls take over without re-entry. This is valuable context beyond the tool name, though it does not detail what the status output contains or whether any side effects exist beyond reading.

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 extremely concise, consisting of two short sentences. It front-loads the primary purpose (reading status) and immediately follows with the essential behavioral trait. Every sentence earns its place with no redundancy or filler.

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 no-parameter, no-output-schema status tool, the description provides adequate context. It explains the tool's purpose and the critical lifecycle behavior that impacts subsequent calls. While it could mention possible status values or return format, the absence of an output schema lowers the burden, and the description is sufficiently complete for its simplicity.

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, and the schema reflects this with an empty properties object. Per the baseline for 0-param tools, the description need not explain parameters. The description adds no parameter information, but none is required, so a 4 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads the resident status of the dedicated ChatGPT browser, using the specific verb '读取' (read) with a defined resource. It adds useful context about browser persistence after MCP calls, which distinguishes it from a generic status check, though it does not explicitly differentiate from sibling tool 'chatgpt_status'.

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 when to use this tool—to check the browser's resident state and understand that subsequent calls will directly take over without re-entering the site. However, it does not explicitly state when to prefer this over alternatives like 'chatgpt_status' or provide usage scenarios, so guidance is only implied.

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/Goudu666/chatgpt-web-mcp'

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