Skip to main content
Glama

rush_snapshot

Import local snapshot comparisons or run snapshot tests with slow execution allowed to verify code quality changes.

Instructions

Import a local snapshot comparison or run snapshot tests under --allow-slow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
acceptNo
optionsYes
allow_slowNo
allow_buildNo
report_pathNo
allow_browserNo
allow_networkNo
allow_downloadNo
allow_cache_writeNo
allow_artifact_writeNo

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

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It hints at slowness via '--allow-slow' but does not disclose whether importing snapshots mutates state, whether acceptance is permanent, or what side effects running snapshot tests may have.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is short, but it is under-specified rather than genuinely concise. It front-loads no key scoping information and uses an ambiguous 'or' structure that obscures the tool's primary purpose.

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

Completeness1/5

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

Given 11 parameters, two claimed modes of operation, no annotations, and no parameter descriptions in the schema, this description is far too thin. An agent cannot reliably determine which mode to use, what path it must provide, or what importing entails.

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

Parameters1/5

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

Schema description coverage is 0%, and the description compensates almost not at all. It only mentions '--allow-slow', leaving the meaning of critical parameters like path, options, accept, and report_path completely unexplained.

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

Purpose3/5

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

The description names a specific resource ('local snapshot comparison' / 'snapshot tests') and a verb ('Import' / 'run'), so it goes beyond a tautology. However, the two modes are ambiguous and the phrase 'Import a local snapshot comparison' is unclear about what importing means in practice.

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 description gives no guidance about when to use this tool versus alternatives like rush_test or rush_visual. It mentions '--allow-slow' but does not explain when snapshot testing is the right choice or when another sibling should be used.

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