deep_explore
Trace complex code flows across multiple files by running a read-only Codex investigation. Get findings for questions that basic file tools can't address.
Instructions
Fallback for questions the free bridge tools can't answer (e.g. 'trace how auth is wired across 30 files'). Runs the official codex mcp-server in a READ-ONLY sandbox with capped scope, and returns findings only. Costs Codex usage — always try list_tree/read_file/grep/git_* first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict scope to a path inside the root. | |
| model | No | Stronger Codex model for this investigation (e.g. gpt-5.6-terra or gpt-5.6-sol). Pass ONLY after the user explicitly confirmed the model change in chat — never decide it on your own. Costs more Codex usage than the default gpt-5.6-luna. | |
| project | No | Project path the user named in chat (armed via init). Pass it explicitly on every call. If no project has been named, ask the user; never guess. | |
| question | Yes | The question to investigate. | |
| session_token | No | Session token returned by init (or create_project). Required for every project tool call in this chat. A new chat must be re-armed. |