Skip to main content
Glama
benhuckvale

deploytest MCP server

by benhuckvale

run_fixture

Execute a Playwright test fixture (basic-page-load, login-flow, responsive-design) against a deployment URL, returning structured test results, screenshots, and assertions.

Instructions

Run a specific test fixture against a deployment URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
baseUrlYesThe base URL of the deployment to test
headlessNoRun browser in headless mode (default: true)
fixtureNameYesName of the test fixture to run
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It only states 'Run' without revealing side effects (e.g., executing tests, launching browsers), requirements, or output behavior. The agent cannot infer safety or operational impact.

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?

A single, front-loaded sentence conveying the core action and object with zero redundancy. Every word earns its place.

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?

With no annotations and no output schema, the description leaves significant gaps: no indication of what happens when the fixture runs, how results are returned, or how this tool relates to run_all_fixtures. The simple schema covers parameters, but operational context is missing.

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 every parameter described. The description adds no new meaning beyond mapping 'specific test fixture' to fixtureName and 'deployment URL' to baseUrl. It meets the baseline for high schema coverage but doesn't enrich the semantics.

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 uses a clear verb ('Run'), a specific resource ('a specific test fixture'), and target ('deployment URL'). It implies distinction from 'run_all_fixtures' by emphasizing 'specific', but does not explicitly name sibling tools, so it doesn't fully achieve the 5-level differentiation.

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 use for a single fixture rather than all (suggested by 'specific'), but provides no explicit when-to-use vs. alternatives, no exclusions, and no context about prerequisites. Usage is inferable but not articulated.

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/benhuckvale/deploytest'

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