Skip to main content
Glama

codex_reply

Relay user approval or denial decisions to an active Codex session, then push it forward. Provide the thread ID and prompt to continue.

Instructions

Continue an existing Codex session by thread id. Used to relay approval decisions ('The user approved: ' / 'The user denied: ; proceed without it') and to push a session forward. Thread ids come from implement/deep_explore results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesThe next user message for Codex (e.g. the user's approval decision).
threadIdYesThread id of the session to continue.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It explains the tool's purpose (relay approvals, push forward) but doesn't disclose any potential side effects, such as whether the session might execute commands, or any rate limits. The behavior of triggering further actions is implicit but not explicitly stated.

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, each packed with useful info: purpose, examples, and thread id provenance. No fluff. Front-loaded with the main action.

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?

For a simple 2-param tool with full schema coverage, the description covers purpose, usage context, and clarifies where thread IDs come from. It could mention what happens after a reply (e.g., that the session may continue executing), but it's adequate.

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 has 100% coverage for both params (threadId and prompt). The description adds context about prompt format (e.g., approval decisions) and source of threadId, which slightly enhances the meaning, but the schema already explains them adequately. Baseline 3 is appropriate.

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 the tool continues an existing Codex session by thread id, with specific examples of usage (approval/denial relays). It distinguishes from siblings like implement/deep_explore by focusing on continuing a session rather than creating one.

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 states when to use it: to relay approval decisions and push a session forward. Also specifies that thread ids come from implement/deep_explore results, giving clear context for usage. This distinguishes it from session creation tools.

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/psrisuphan/cheap-labor'

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