Skip to main content
Glama

Codex Bridge

by eLyiN

consult_codex_batch

Process multiple Codex AI queries simultaneously for CI/CD automation, returning consolidated JSON output with individual timeout and format settings.

Instructions

Consult multiple Codex queries in batch - perfect for CI/CD automation. Processes multiple prompts and returns consolidated JSON output. Each query can have individual timeout and format preferences. Args: queries: List of query dictionaries with keys: 'query' (required), 'timeout' (optional) directory: Working directory (required) format: Output format - currently only "json" supported for batch Returns: JSON array with all results

Input Schema

NameRequiredDescriptionDefault
directoryYes
formatNojson
queriesYes

Input Schema (JSON Schema)

{ "properties": { "directory": { "title": "Directory", "type": "string" }, "format": { "default": "json", "title": "Format", "type": "string" }, "queries": { "items": { "additionalProperties": { "anyOf": [ { "type": "string" }, { "type": "integer" } ] }, "type": "object" }, "title": "Queries", "type": "array" } }, "required": [ "queries", "directory" ], "title": "consult_codex_batchArguments", "type": "object" }

Other Tools from Codex Bridge

Related Tools

    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/eLyiN/codex-bridge'

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