Skip to main content
Glama
aresyn

Codex Control Plane MCP

codex_get_turn_status

Retrieve the current status and latest assistant messages for a Codex turn, using live tracking with fallback to legacy history for reliability.

Instructions

Get tracked Codex turn status and the latest assistant messages. Uses live app-server tracking with MCP hook history and legacy KB history fallback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
turn_idYes
thread_idNo
last_messagesNo
message_max_charsNo
progress_eventsNo
progress_max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
agentGuidanceNo
agentGuidanceTextNo
recoveryAttemptStateNo
Behavior3/5

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

With empty annotations, the description carries the full burden of behavioral disclosure. It mentions data sources ('live app-server tracking with MCP hook history and legacy KB history fallback'), which adds useful context about behavior. However, it does not disclose whether the tool is read-only, whether it requires specific permissions, or any side effects. More transparency would be expected.

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?

Two sentences, ~25 words, with the primary purpose stated first. Every sentence adds value—introducing the resource and the unique data-fetching mechanism. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

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

Given the tool has 6 parameters with zero documentation, an output schema, and numerous siblings, the description is incomplete. It omits parameter semantics, usage guidelines, and behavioral details (e.g., error cases, read-only nature). The data source mention is helpful but insufficient for a tool with this complexity.

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

Parameters1/5

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

Schema_description_coverage is 0%, meaning the input schema has no parameter descriptions. The description does not elaborate on any of the six parameters (turn_id, thread_id, last_messages, etc.), leaving their meaning and constraints unexplained. The description fails to compensate for the lack of schema documentation.

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 it gets 'tracked Codex turn status and the latest assistant messages,' specifying a distinct resource ('turn status') and verb ('Get'). This differentiates it from sibling tools like codex_get_chat_status (chat-level) and codex_get_operation_status (operation-level), 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 explains what the tool does but provides no explicit guidance on when to use it versus alternatives like codex_get_chat_status or codex_get_workflow_status. Usage context is implied by the name and description but lacks clear when-to/when-not-to instructions.

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/aresyn/codex-control-plane-mcp'

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