Skip to main content
Glama
aresyn

Codex Control Plane MCP

codex_start_chat

Start a new Codex chat in a known project with a user message. Returns immediately; poll codex_get_turn_status for messages and completion.

Instructions

Compatibility layer low-level write tool: start a new Codex chat in a known project via app-server thread/start + turn/start. Returns after turn/start is accepted; poll codex_get_turn_status for messages and completion. For durable long-running tasks and client-timeout resilience, prefer codex_submit_task(operation_type='start_chat').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
messageYes
titleNo
cwdNo
modelNo
sandboxNoread-only
approval_policyNoon-request
collaboration_modeNo
timeout_secondsNo
first_message_timeout_secondsNoDeprecated and ignored. This tool now returns immediately after turn/start; use codex_get_turn_status for messages.
first_message_max_charsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
agentGuidanceNo
agentGuidanceTextNo
recoveryAttemptStateNo
Behavior4/5

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

Discloses it is a write operation (low-level write tool), returns immediately after turn/start, and requires polling. Notes that first_message_timeout_seconds is deprecated and ignored. No annotations exist, so description carries full burden; it covers key behaviors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with essential information front-loaded. No fluff, but could be more structured for scanning.

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?

Given 11 parameters and availability of output schema, description covers high-level behavior and polling need but omits output details. Adequate but not comprehensive for a complex tool.

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 only 9%, but the description does not elaborate on parameters beyond mentioning project_id and message implicitly. Does not explain meaning of enums like sandbox or approval_policy, nor defaults. Fails to compensate for low schema coverage.

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?

Clearly states it starts a new Codex chat in a known project. Distinguishes from sibling codex_submit_task by calling itself a 'low-level write tool' and 'compatibility layer'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Explicitly advises preferring codex_submit_task for durable long-running tasks, and instructs to poll codex_get_turn_status for results. Provides clear when-to-use and when-not-to-use 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/aresyn/codex-control-plane-mcp'

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