MCP tool reference.
Every tool Pokedex exposes to Poke — typed, scoped, and policy-checked by the local agent.
Setup & discovery
codex_setup_checkVerify Codex is installed and configured correctly.
stablecodex_list_capabilitiesList what this agent + Codex install can actually do.
stablecodex_list_workspacesSee authorized workspaces — aliases and sandbox levels only.
stablecodex_list_modelsList the models available to Codex.
stablecodex_list_skillsList available Codex skills.
adaptercodex_list_mcp_serversCheck local MCP server support.
stableTasks & sessions
codex_start_taskStart a Codex task in an authorized workspace.
stablecodex_continue_taskContinue a running or paused task.
stablecodex_resume_sessionPick up a previous Codex session.
stablecodex_set_goalSet or update a persistent work goal.
adaptercodex_planRequest an implementation plan — no code touched.
stablecodex_reviewRun a code review that flags bugs and risks.
stableObservability
codex_get_statusRead the state of running and finished jobs.
stablecodex_get_usageToken usage for the current session.
stablecodex_get_transcriptRedacted transcript of a session.
stablecodex_get_diffGit diff of what changed in the workspace.
stableControls
codex_set_modelSwitch the model Codex uses.
stablecodex_set_reasoningSet reasoning effort (and verbosity) for upcoming work.
stablecodex_set_speedToggle speed mode for faster, lighter responses.
stablecodex_set_sandboxChange sandbox mode — within what local policy allows.
stablecodex_enable_skillEnable a Codex skill for the next task.
adapterSandbox modes
read_only
Codex can read and analyze, but never modifies files. Every workspace starts here.
workspace_write
Writes allowed, strictly inside the authorized workspace.
danger_full_access
Disabled by default. Must be explicitly enabled in the agent and in the individual workspace.
Features not yet exposed by stable Codex APIs are declared unavailable— Pokedex never simulates support that isn't real.