Skip to main content
Glama

run

Start a Codex session for code generation and debugging, with streaming progress, stall detection, and auto-recovery.

Instructions

Run a Codex session with streaming progress, stall detection, and auto-recovery

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoWorking directory for the session
levelNoExecution level: L1=Executor, L2=Builder, L3=Autonomous, L4=Specialist
modelNoOptional model override (e.g. 'gpt-5.2')
promptYesThe prompt to send to Codex
sandboxModeNoSandbox mode for command execution
approvalPolicyNoApproval policy for commands
maxRecoveryAttemptsNoMax auto-recovery attempts when stalled (default: 2)
stallTimeoutMinutesNoMinutes of inactivity before detecting stall (default: 5)
Behavior3/5

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

With no annotations, the description carries full burden. It adds some behavioral info (streaming, stall detection, auto-recovery), but omits side effects, permission requirements, and session lifecycle. Given the tool's potential to execute code, this is only minimal disclosure.

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?

One concise sentence that front-loads the core purpose and key features. No filler or redundant content, every word provides value.

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?

The tool is complex (8 parameters, 3 enums, potentially long-running session) but the description is one line. It fails to explain return values, error handling, or operational considerations. The schema covers parameters but not the overall workflow.

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?

Schema description coverage is 100% with every parameter documented in the input schema. The tool description adds no parameter-specific meaning, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (Run) and resource (Codex session), and includes distinctive features like streaming progress and stall detection. It implicitly differentiates from the sibling tool 'reply' but does not explicitly contrast them.

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?

No guidance on when to use this tool vs. the sibling 'reply' tool, nor any exclusions or prerequisites. The description implies running a session but lacks practical context for agent decision-making.

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/G0d2i11a/subcodex-mcp'

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