Skip to main content
Glama
x51xxx
by x51xxx

review

Analyze source code with configurable review types—security, performance, quality, and more. Produce detailed reports including fix suggestions and priority rankings.

Instructions

Comprehensive code review using GitHub Copilot CLI with multiple review types (security, performance, quality, etc.) and detailed reporting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoAI model to use: 'gpt-5', 'claude-sonnet-4', 'claude-sonnet-4.5', or 'claude-haiku-4.5' (0.33x cost). Defaults to COPILOT_MODEL env var
addDirNoDirectories to grant access
resumeNoResume from a previous session (optionally specify session ID)
targetYesTarget files/directories to review
timeoutNoMaximum execution time in milliseconds
continueNoResume the most recent session
severityNoMinimum severity level to report
maxIssuesNoMaximum number of issues to report
reviewTypeNoType of review to performcomprehensive
workingDirNoWorking directory for command execution. Falls back to COPILOT_MCP_CWD env var or process.cwd()
outputFormatNoOutput format for the reviewmarkdown
allowAllPathsNoAutomatically approve access to all file paths (use with caution)
allowAllToolsNoAllow all tools for comprehensive analysis
excludePatternsNoFile patterns to exclude
additionalMcpConfigNoAdditional MCP server configuration (JSON string or object). Use @ prefix for file path (e.g., "@config.json")
includeFixSuggestionsNoInclude specific fix suggestions
includePriorityRankingNoInclude priority ranking for issues
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions 'comprehensive code review' but fails to explain that it requires file access, executes commands, or produces a report with issues. The behavioral impact is under-disclosed given the complex parameters.

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 a single, efficient sentence that front-loads the key purpose. While concise, it could be more informative by adding a second sentence on output or usage. Still, it is well-structured and not verbose.

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?

With 17 parameters and no output schema, the description should clarify the output format and what 'detailed reporting' entails. It lacks information on return values, typical usage flow, and file access implications, making it incomplete for an agent to fully anticipate tool behavior.

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?

Schema coverage is 100% with all parameters described, so the baseline is 3. The description previews review types (security, performance, etc.) which aligns with the reviewType enum, but does not add significant meaning beyond the schema.

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 performs comprehensive code review using GitHub Copilot CLI with multiple review types and detailed reporting. It effectively distinguishes from sibling tools like 'ask' or 'brainstorm' by specifying its focus on code analysis.

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

Usage Guidelines3/5

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

The description implies usage for code review but does not explicitly state when to use versus alternatives like 'ask' or 'batch'. No exclusions or when-not context is provided, making it adequate but lacking explicit guidance.

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/x51xxx/copilot-mcp-server'

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