Skip to main content
Glama
Goudu666
by Goudu666

chatgpt_get_latest_response

Retrieve the most recent complete reply and conversation status from the active ChatGPT conversation. Optionally include model and thinking strength settings.

Instructions

读取当前 ChatGPT 对话最近一条完整回复和对话状态。默认不为状态展示额外展开高级菜单。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeSettingsNo是否额外读取模型和思考强度;默认 false。
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It does disclose one relevant behavior: by default it does not expand advanced menus for status display. However, it does not explicitly state the read-only nature, prerequisites (e.g., active session), or what 'conversation status' includes, leaving gaps.

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, well-structured sentence with two clauses: the core purpose and the default behavior. Every word 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.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a low-complexity tool with one optional parameter and no output schema. The description states what it reads and a default behavior, but it leaves 'conversation status' vague and does not describe return values or usage flow. It is adequate but not complete.

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?

The input schema fully documents the single optional parameter with a clear description, so schema coverage is 100%. The description's mention of default behavior aligns with the parameter's default false value but adds little beyond the schema, hence the baseline score of 3.

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 uses a specific verb ('读取' / read) and clearly identifies the resource: the latest complete reply and conversation status of the current ChatGPT conversation. This distinguishes it from sibling tools like chatgpt_status by emphasizing 'recent complete reply', 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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives, nor does it mention exclusions or prerequisites. It only states a default behavior (not expanding advanced menus), which is not usage guidance.

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