Skip to main content
Glama

Code Review MCP

by shadabbi

report.generate

Automate the creation of detailed code review reports in markdown format for GitHub pull requests, including insights from static analysis tools, tests, and AI-generated summaries.

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" }

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