Skip to main content
Glama
Szpadel

codex-code-review

by Szpadel

Review uncommitted changes

review_uncommitted_changes

Run automated code review on uncommitted changes with Codex. Get structured results per review run to identify and fix issues before committing.

Instructions

Run Codex review on uncommitted changes using the app-server review API. Returns structured results for each run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoRepository root to review.
runsNoNumber of review runs (recommended: 4).
additional_developer_instructionsNoOptional additional information that may affect what should be considered an issue during review.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose whether the operation is read-only, if it modifies state, or any auth/rate limits. The phrase 'run review' implies a computation but no details on potential side effects or resource usage.

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?

The description is extremely concise with two sentences covering purpose and output. No wasted words; every sentence adds value.

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?

Despite having an output schema, the description lacks important context for a non-trivial operation. It does not mention that reviews could be time-consuming, require setup, or have failure modes. Completeness is insufficient for the task's complexity.

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

Parameters3/5

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

Input schema has 100% coverage with descriptions for all three parameters. The description adds minimal extra meaning beyond the schema (e.g., 'uncommitted changes' is implicit from the name). Baseline of 3 is appropriate as schema already documents parameters adequately.

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 the tool runs Codex review on uncommitted changes using a specific API and returns structured results. It provides a specific verb ('Run'), resource ('uncommitted changes'), and method ('app-server review API'), leaving no ambiguity about the tool's purpose.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool or prerequisites. No sibling tools are listed, but the description does not mention conditions like having uncommitted changes or required permissions, leaving the agent without context for appropriate invocation.

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/Szpadel/codex-mcp-code-review'

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