Skip to main content
Glama

close_chat

Close a chat's browser tab while keeping the conversation intact in ChatGPT. Ideal for reducing tab clutter without losing chat history.

Instructions

Close the browser tab of a chat (the conversation stays in ChatGPT).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the key non-destructive behavior: the conversation remains in ChatGPT after the tab is closed. This gives the agent useful safety-relevant context beyond the bare action name.

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 a single, front-loaded sentence with no filler. Every part contributes meaning, and the clarifying parenthetical adds important behavioral information without bloating the text.

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 one-parameter close action with no output schema, the description is mostly complete: it states the action and its main side effect. The only notable gap is that the 'chat' parameter is left underspecified, but the tool's simplicity limits the impact.

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 0%, so the description must compensate for the undocumented 'chat' parameter, but it does not. The parameter is only named, with no explanation of what format the chat identifier takes or where it comes from.

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 a specific verb and resource: it closes the browser tab of a chat. The parenthetical 'the conversation stays in ChatGPT' distinguishes this from ending or deleting a chat, and the action is clearly distinct from sibling tools like open_chat and new_chat.

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 this tool should be used: when the agent wants to close the tab while preserving the conversation. However, it does not explicitly say when not to use it or mention alternatives such as stop or open_chat.

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

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