Skip to main content
Glama
aresyn

Codex Control Plane MCP

codex_get_agent_contract

Retrieve the full machine-readable agent contract for this MCP server, including detailed examples, when tools/list metadata is unavailable.

Instructions

Read the machine-readable agent guide for this MCP server. Use this when tools/list metadata was unavailable or when a client wants the full contract examples. It is passive and the next normal startup call is codex_health_summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNocompact
client_typeNo
include_examplesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
agentGuidanceNo
agentGuidanceTextNo
recoveryAttemptStateNo
Behavior3/5

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

The description states the tool is 'passive' (indicating read-only behavior) but lacks details on authentication requirements, error conditions, or whether the agent guide is always available. With empty annotations, more behavioral context would be beneficial.

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

Conciseness4/5

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

The description is short and front-loaded with the action. However, it could include brief parameter guidance without losing conciseness. Currently, it omits essential parameter context.

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

Completeness2/5

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

While the output schema exists (reducing need to describe return values), the tool's three parameters are completely undocumented. The description's use cases ('full contract examples') do not link to parameter values, leaving the agent guessing. This is insufficient for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, yet the description provides no information about the three parameters (detail, client_type, include_examples). The agent cannot infer how to set these based on the description alone, which is a critical gap.

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 clearly states it reads a machine-readable agent guide for this MCP server. It specifies two distinct use cases: when tools/list metadata is unavailable or when full contract examples are needed. This distinguishes it from sibling tools like codex_get_runtime_capabilities.

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

Usage Guidelines5/5

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

Explicitly specifies when to use the tool ('when tools/list metadata was unavailable or when a client wants the full contract examples') and mentions the next normal startup call (codex_health_summary). This provides clear context for usage.

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

Install Server

Other Tools

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/aresyn/codex-control-plane-mcp'

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