codex_raw
Execute Codex CLI with arbitrary arguments, serving as an escape hatch for options not covered by other tools while still applying server model overrides.
Instructions
Run the Codex CLI with an arbitrary argument array. Escape hatch for options not covered by the other tools. The server's model-override environment variable, if set, still applies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the codex process. | |
| env | No | Additional environment variables for codex. | |
| args | Yes | ||
| timeoutMs | No | Process timeout in milliseconds. |