Skip to main content
Glama
umum-ai

claude-codex-bridge

by umum-ai

codex_models

Retrieve available Codex models and page through results using a cursor to find the right model.

Instructions

List available Codex models. Pass nextCursor as cursor for another page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.2

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the behavioral disclosure burden. It clearly identifies the operation as a list and explicitly reveals cursor-based pagination via nextCursor. It does not mention side effects, but 'List' strongly implies a read-only operation and the pagination detail is meaningful disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core purpose, followed by the pagination instruction. No redundant content or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter list tool with no output schema, the description covers the essential behavior and pagination. It does not explicitly describe the response shape, but the name and 'list' semantics make the return value predictable enough. Slightly more detail about the first-page call would make it fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only provides 'cursor' as a string; schema coverage is 0%. The description compensates by explaining that cursor should be set to the nextCursor value to fetch another page, which gives the agent exact semantic guidance for the only parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'List' with a clear resource, 'available Codex models', which is distinct from the sibling operations (start, message, stop, etc.). The agent can immediately tell this tool is for enumerating models, not running a session.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use case is implied by the listing purpose, but the description does not explicitly say when to use this tool versus the sibling tools or provide any exclusions. It would benefit from a note such as 'use before codex_start to select a model.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/umum-ai/claude-codex-bridge'

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