Skip to main content
Glama

codex.review

Execute code reviews using Codex CLI to analyze target files against reference documentation and return structured JSON results with identified issues and recommendations.

Instructions

Review deliverables via Codex CLI and return review JSON only.

Input Schema

NameRequiredDescriptionDefault
targetsYesレビュー対象ファイル一覧(表示名とパス)
previous_reviewsNo前回レビュー結果JSON(must_fixes/チェックリスト等)への参照一覧
referenceYesレビューで参照すべきドキュメント一覧(表示名とパス)
review_requestYesレビューワへの依頼文(自然文)
timeout_msNo外部レビュー実行のタイムアウト(ミリ秒)
policyNo将来予約(LGTM基準等)。初期バージョンは null 固定・不使用

Input Schema (JSON Schema)

{ "properties": { "policy": { "default": null, "description": "将来予約(LGTM基準等)。初期バージョンは null 固定・不使用", "type": [ "string", "null" ] }, "previous_reviews": { "default": [], "description": "前回レビュー結果JSON(must_fixes/チェックリスト等)への参照一覧", "items": { "additionalProperties": false, "properties": { "file": { "type": "string" }, "path": { "type": "string" } }, "required": [ "file", "path" ], "type": "object" }, "minItems": 0, "type": "array" }, "reference": { "description": "レビューで参照すべきドキュメント一覧(表示名とパス)", "items": { "additionalProperties": false, "properties": { "file": { "type": "string" }, "path": { "type": "string" } }, "required": [ "file", "path" ], "type": "object" }, "minItems": 0, "type": "array" }, "review_request": { "description": "レビューワへの依頼文(自然文)", "minLength": 1, "type": "string" }, "targets": { "description": "レビュー対象ファイル一覧(表示名とパス)", "items": { "additionalProperties": false, "properties": { "file": { "type": "string" }, "path": { "type": "string" } }, "required": [ "file", "path" ], "type": "object" }, "minItems": 1, "type": "array" }, "timeout_ms": { "default": 1800000, "description": "外部レビュー実行のタイムアウト(ミリ秒)", "type": "number" } }, "required": [ "targets", "reference", "review_request" ], "type": "object" }

Other Tools from Cursor Reviewer MCP

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/kodaimaehata/reviewer-mcp'

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