Skip to main content
Glama

rush_review

Review code at a specified path for size, TODO density, missing docstrings, naming, and complexity. Get a status, findings list, and summary; optionally enable LLM-based analysis for deeper review.

Instructions

Review code at for size, TODO density, missing docstrings, naming, complexity. Returns {status, findings[], summary}. Default: heuristic. Pass use_llm=true to call configured model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
use_llmNo
use_graftNo
changed_filesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNo
toolNo
engineNo
statusNo
metricsNo
summaryNo
findingsNo
metadataNo
artifactsNo
duration_msNo
review_kindNo
engine_versionNo
review_providerNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

B3.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the review criteria, the return shape, and the default heuristic behavior while flagging that use_llm=true invokes a configured model. This is solidly transparent, though it stops short of mentioning whether the operation is strictly read-only or what model/config is used.

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?

Every sentence earns its place: scope, review dimensions, return shape, and mode switching. The description is short, front-loaded with the essential purpose, and contains no filler.

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?

For a tool with no annotations, four parameters, and many close sibling tools, the description is incomplete. The two undocumented parameters prevent fully correct invocation, and the absence of any sibling routing guidance further limits contextual completeness. The output schema mitigates return-value concerns, but it cannot fix the parameter and selection gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain all parameters. It clarifies path and use_llm meaning, but use_graft and changed_files are completely unexplained. An agent cannot infer what use_graft does or how changed_files influences the review, which is a major gap.

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 a specific verb ('Review code at <path>') and enumerates concrete review dimensions: size, TODO density, missing docstrings, naming, complexity. This distinguishes it as an aggregate code-review tool rather than lint or typecheck. However, it does not explicitly name or contrast any sibling tool, so differentiation is implied rather than stated.

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?

The only guidance is about execution mode ('Default: heuristic' vs 'use_llm=true'), not about when to choose this tool over rush_lint, rush_complexity, or the many other siblings. There is no explicit use case, prerequisite, or exclusion stated, leaving the agent to infer when rush_review is the right choice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/jamesdsizemore/rush-cli'

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