Skip to main content
Glama
Kirachon

Context Engine MCP Server

by Kirachon

Reactive Review PR

reactive_review_pr

Initiate an AI-powered code review session that analyzes pull requests with parallel file processing, commit-aware caching, and session tracking.

Instructions

Start a reactive PR code review session.

This tool initiates an AI-powered code review with advanced features:

  • Commit-aware caching: Caches context by commit hash for efficiency

  • Parallel execution: Reviews multiple files concurrently

  • Session management: Pause, resume, and track progress

  • Telemetry: Token usage, cache hit rates, execution timing

Environment Variables:

  • REACTIVE_ENABLED=true: Master switch for reactive features

  • REACTIVE_PARALLEL_EXEC=true: Enable parallel execution

  • REACTIVE_MAX_WORKERS=3: Maximum concurrent workers

Returns: Session ID for tracking. Use get_review_status to monitor progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoPR title for context
authorNoPR author for context
base_refYesBase branch reference (e.g., "main", "develop")
additionsNoNumber of line additions in the PR
deletionsNoNumber of line deletions in the PR
commit_hashYesGit commit hash for the PR head
max_workersNoMaximum number of parallel workers for this review session
changed_filesYesChanged files as comma-separated list or JSON array
Behavior4/5

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

Annotations are minimal (only title), so the description carries full burden. It discloses key behaviors: commit-aware caching, parallel execution, session management, telemetry, and return of a session ID. It also references get_review_status for follow-up. However, it does not mention potential side effects like resource creation or cleanup.

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 moderately concise with bullet points and clear sections. It front-loads the purpose in the first sentence. However, it includes environment variables and a list of features that, while useful, add length. Could be trimmed slightly without losing clarity.

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 8 parameters (3 required) and no output schema, the description covers the return value (session ID) and directs to get_review_status for progress. It explains advanced features and environment configuration. However, it lacks preconditions such as needing an existing PR or valid git repository.

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%, so baseline is 3. The description does not add significant meaning beyond the schema; it reiterates that parameters like 'changed_files' can be a CSV or JSON array, which is already in the schema. No additional format or usage constraints are explained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Start a reactive PR code review session.' It is a specific verb+resource combination. However, it does not differentiate from sibling tools like review_auto or review_changes, which may perform similar functions without reactive features.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description mentions advanced features and environment variables but does not specify scenarios where this tool is preferred over others, nor does it give prerequisites or when not to use it.

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