Skip to main content
Glama
Meapri

Orchestrate Codex

by Meapri

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
orchestrate_list_recipesA

List built-in supervised orchestration recipes.

orchestrate_explain_recipeC

Explain a recipe: stages, doc_class, context policy, default leaf bindings.

orchestrate_context_policyB

Return context policy for a doc_class (durable|change|transform|direct).

orchestrate_plan_recipeC

Build a static plan (steps + suggested tools). Prefer start_run for stateful execution.

orchestrate_start_runC

Start a supervised run. Auto-executes local gather stages. Returns next_action (call_tool with leaf name+args, or done). Does not call other MCP servers — Codex must invoke the leaf tool.

orchestrate_continue_recipeA

Advance a run after a leaf tool result. Pass run_id and/or full state. On leaf failure set success=false to try fallback_tools (Claude→Grok→AG).

orchestrate_get_runA

Fetch run state by run_id (same process only).

orchestrate_fallback_chainsC

Show default capability→fallback leaf tool chains.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Meapri/orchestrate-codex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server