Skip to main content
Glama

Code Review MCP

by shadabbi

report.generate

Create detailed, markdown-formatted code review reports for GitHub pull requests, integrating PR details, static analysis results, tests, and inline comments.

Instructions

Generate a code review report markdown

Input Schema

NameRequiredDescriptionDefault
aiNo
countsNo
flagsNo
ownerYes
prUrlYes
pull_numberYes
repoYes
stepsNo
summariesNo
verdictYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ai": {}, "counts": {}, "flags": {}, "owner": { "type": "string" }, "prUrl": { "type": "string" }, "pull_number": { "type": "number" }, "repo": { "type": "string" }, "steps": {}, "summaries": {}, "verdict": { "type": "string" } }, "required": [ "owner", "repo", "pull_number", "prUrl", "verdict" ], "type": "object" }

Other Tools from Code Review 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/shadabbi/code-review-mcp'

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