Skip to main content
Glama
glh230

cypress-mcp-server

by glh230

cypress_run

Run Cypress tests with custom configuration. Specify browser, headless mode, base URL, environment variables, and more to get test results including pass/fail counts and run ID.

Instructions

Run Cypress tests with specified options. Returns test results including pass/fail counts, duration, and run ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specNoSpecific test file or glob pattern to run (e.g., "cypress/e2e/login.cy.js")
browserNoBrowser to run tests in
headlessNoRun in headless mode (default: true)
baseUrlNoBase URL for the application under test
envNoEnvironment variables to pass to Cypress
configNoAdditional Cypress configuration options
Behavior2/5

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

With no annotations provided, the description must disclose behaviors but only mentions it runs tests and returns results. Missing side effects like generating artifacts, duration, or environmental requirements.

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?

One sentence, 14 words, entirely front-loaded with the action. No wasted words.

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?

Despite 6 parameters and no output schema, the description is minimal. It mentions return fields but lacks detail on structure or behavior. Incomplete for a complex tool like Cypress test runner.

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% with parameter descriptions. The description adds no extra meaning beyond 'with specified options'. Baseline 3 applies as schema already documents parameters.

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 'Cypress tests', and the outcome 'returns test results including pass/fail counts, duration, and run ID'. It distinguishes from sibling tools like cypress_execute_command which likely executes individual commands.

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 on when to use this tool vs alternatives, no prerequisites or context provided. Given multiple sibling tools, explicit usage guidelines would help an agent decide.

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

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