iiRecord
Agentic AI Atlas · Codex MCP: Continue Conversation
tool-descriptor:codex.mcp.codex-replya5c.ai
II.
ToolDescriptor JSON

tool-descriptor:codex.mcp.codex-reply

Structured · live

Codex MCP: Continue Conversation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/codex-mcp-server-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:codex.mcp.codex-reply",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/codex-mcp-server-tools.yaml",
  "_cluster": "extensions",
  "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
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:codex.mcp.codex-reply",
      "to": "tool-server:codex-mcp-server",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:codex-mcp-server",
      "to": "tool-descriptor:codex.mcp.codex-reply",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:codex-mcp-server",
      "to": "tool-descriptor:codex.mcp.codex-reply",
      "kind": "exposes_tool",
      "attributes": {}
    }
  ]
}