Skip to main content
Glama
Kirachon

Context Engine MCP Server

by Kirachon

Review Auto

review_auto
Read-onlyIdempotent

Automatically selects the appropriate code review method—reviewing a provided diff or analyzing git workspace changes—based on available input.

Instructions

Smart wrapper that chooses review_diff when a diff is provided; otherwise chooses review_git_diff for the current git workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseNoBase ref for git comparisons (review_git_diff only)
diffNoUnified diff content (selects review_diff in auto mode)
taskNoReturn a task ID and track review progress without blocking (default: false)
toolNoForce tool selection. One of: 'auto', 'review_diff', 'review_git_diff'. Default: auto.auto
targetNoGit target to review (review_git_diff only). Default: 'staged'.
backgroundNoRun review without blocking the tool call (default: false)
changed_filesNoOptional list of changed files (review_diff only)
include_patternsNoFile globs to include (review_git_diff only)
response_versionNoResponse shape version. Default is v1.v1
review_diff_optionsNoOptions passed through to review_diff (advanced/CI-oriented)
review_git_diff_optionsNoOptions passed through to review_git_diff (same as review_changes options)
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds the routing behavior and does not contradict annotations. It provides transparency about the auto-selection logic 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is a single, clear sentence that immediately communicates the core behavior. No wasted words.

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

Completeness4/5

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

Given the tool is a wrapper with no output schema and rich parameter descriptions, the description sufficiently covers the main logic. It could optionally mention it's for code review, but the sibling names imply that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% description coverage. Description adds value by explaining how 'diff' and 'tool' parameters relate to the routing logic, enhancing understanding 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?

Description clearly states the tool is a smart wrapper that automatically selects between review_diff and review_git_diff based on input. It distinguishes from siblings by describing the routing logic.

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

Usage Guidelines4/5

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

Explicitly explains when each sub-tool is selected (diff provided vs current workspace). Implicitly guides when to force a specific tool via the 'tool' parameter. No explicit when-not-to-use, but the automatic selection covers common cases.

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/Kirachon/context-engine'

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