Skip to main content
Glama
Goudu666
by Goudu666

chatgpt_list_history

List ChatGPT sidebar history conversations, filtering by title to retrieve titles, conversation IDs, and URLs.

Instructions

列出 ChatGPT 侧栏当前加载的历史对话,可按标题筛选。返回 title、conversationId 和 URL。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It states the operation is a read-only list and specifies the return attributes, but does not mention side effects (e.g., whether it triggers loading), pagination behavior, or error conditions. The verb 'list' implies no mutation, but additional details would improve transparency.

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 sentence with two clauses, front-loaded with the primary action and resource, followed by the return fields. Every word contributes to clarity 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?

Despite no output schema, the description lists the return fields and filter capability. It lacks explicit mention of the `limit` parameter's effect or how this tool relates to `chatgpt_search_history`, but the tool is simple and the description covers the essential use case. The absence of such details is a minor gap rather than a critical omission.

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. It explains that the `query` parameter filters by title, but does not explain the `limit` parameter's meaning (e.g., controls the maximum number of returned items). Since `limit` is completely undocumented in both schema and description, the parameter semantics are incomplete.

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 states a specific verb ('list') and resource ('historical conversations currently loaded in ChatGPT sidebar'), and distinguishes itself from the sibling `chatgpt_search_history` by scoping to the sidebar's loaded items. It also specifies the return fields (title, conversationId, URL), making the purpose unambiguous.

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 usage for browsing loaded history and filtering by title, but does not explicitly mention when to use this tool versus `chatgpt_search_history` or `chatgpt_select_history`. No exclusions or alternative guidance is provided, so the usage context 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