Skip to main content
Glama

review-changes

Read-onlyIdempotent

Run a code review by analyzing git diff and providing structured feedback. Specify base branch, commits, or uncommitted changes for targeted review.

Instructions

Run a code review against the current repository using Kimi (collects git diff + structured review prompt).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNoReview changes against a specific base branch (e.g., "main", "develop")
modelNoOptional model override. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. If omitted, uses your Kimi CLI default.
titleNoOptional title for the review summary
commitNoReview changes introduced by a specific commit SHA
promptNoCustom review instructions or focus areas (optional)
timeoutNoMaximum execution time in milliseconds
thinkingNoEnable thinking mode for deeper review (recommended).
workingDirNoWorking directory to run the review in
uncommittedNoReview staged + unstaged + untracked changes (working tree)
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, providing a clear safety profile. The description adds that it collects git diff and uses a structured review prompt, but this doesn't reveal new behavioral traits beyond what annotations cover.

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?

Single sentence is efficient and includes essential information (git diff collection). Slightly more detail could be added without harming brevity, but it is well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 optional parameters and no output schema, the description is brief but combined with the schema it provides adequate context for a tool that returns a review. However, it lacks guidance on output format or side effects.

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 covers all 9 parameters with descriptions, achieving 100% coverage. The description doesn't add parameter-specific meaning beyond what the schema provides, earning a baseline score of 3.

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?

Description clearly states the tool runs a code review using Kimi by collecting git diff and a structured prompt. It distinguishes itself from siblings like ask-kimi or batch-kimi by specifying its action on repository changes.

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 discuss when to use it versus siblings like ask-kimi or plan-kimi. No exclusions or alternatives are mentioned, leaving the agent to infer from context.

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

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