Skip to main content
Glama

cypress_run_spec

Run a single Cypress spec file headless and get structured results: pass/fail counts, failure details, screenshot paths, and recommended next actions.

Instructions

Run a single Cypress spec file headless. Returns structured results with pass/fail counts, failure details, screenshot paths, and recommended next actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoEnv vars to pass to Cypress
specYesPath to the spec file relative to project root
headedNoRun in headed mode (visible browser)
browserNoBrowser: electron, chrome, firefox, edge
timeoutNoTimeout in ms (default: 300000)
Behavior3/5

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

With no annotations, the description carries the full transparency burden. It discloses that it runs headless and returns structured results, screenshots, and next actions, but does not mention side effects of running tests, project setup requirements, or potential long execution time. The mention of 'screenshot paths' provides some context but is incomplete.

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?

The description is a single sentence that front-loads the core action and return value. It is concise and every part contributes meaningful information.

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?

The description covers the main function and return type, but fails to mention prerequisites like a valid Cypress project, how this differs from running a single test, or error handling. Given the tool's complexity (5 params, no output schema), the description is adequate but has clear gaps.

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?

The input schema covers 100% of parameters with descriptions for each. The tool description does not add additional meaning beyond what the schema already provides, so a baseline score of 3 is appropriate.

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?

The description clearly states the verb 'run', the resource 'single Cypress spec file', and the mode 'headless', which distinguishes it from sibling tools like cypress_run_test (likely runs a single test) and cypress_list_specs (lists specs). It also specifies the return value.

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 running a spec file headless, but does not explicitly state when to use this tool versus alternatives such as cypress_run_test. There is no mention of when not to use it or context about prerequisites.

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/jams4code/cypress-mcp'

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