II.
ToolDescriptor overview
Reference · livetool-descriptor:codex.mcp.codex-reply
Codex MCP: Continue Conversation overview
MCP tool exposed by `codex mcp-server` to continue an existing Codex conversation by thread id and prompt.
Attributes
schema
{}
displayName
Codex MCP: Continue Conversation
description
MCP tool exposed by `codex mcp-server` to continue an existing Codex conversation by thread id and prompt.
inputSchema
type
object
required
- prompt
properties
conversationId
description
Deprecated alias for threadId retained by the Codex MCP tool.
type
string
prompt
description
The next user prompt to continue the Codex conversation.
type
string
threadId
description
The thread id for this Codex session.
type
string
outputSchema
type
object
required
- threadId
- content
properties
threadId
type
string
content
type
string
mode
normal
streamable
true
timeoutMs
120000
Outgoing edges
contained_in_plugin1
- tool-server:codex-mcp-server·ToolServerCodex MCP Server
Incoming edges
contains_tool_descriptor1
- tool-server:codex-mcp-server·ToolServerCodex MCP Server
exposes_tool1
- tool-server:codex-mcp-server·ToolServerCodex MCP Server