Skip to main content
Glama
benhuckvale

deploytest MCP server

by benhuckvale

run_all_fixtures

Run all test fixtures against a deployment URL, optionally filtered by tags, to validate live deployments and obtain structured test results, screenshots, and assertions.

Instructions

Run all test fixtures (or filtered by tags) against a deployment URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOnly run fixtures with these tags (optional)
baseUrlYesThe base URL of the deployment to test
headlessNoRun browser in headless mode (default: true)
parallelNoRun fixtures in parallel (default: false)
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 behavioral disclosure burden. It only states the action (running fixtures) and provides no details about side effects, permissions, browser sessions, potential changes to the deployment, or the nature of the test execution. This is a significant gap for an execution tool.

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, front-loaded sentence that immediately states the verb and object, with an optional modifier for tags. There is no redundant phrasing or filler; it is concise and appropriately sized.

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?

Given that there is no output schema and no annotations, the description should explain what happens when the tool runs (e.g., return values, exit codes, timeout behavior, or side effects). It only covers the action and filtering, leaving out operational context that an agent would need to reason about invocation and post-conditions.

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 description coverage is 100%, so the baseline is 3. The description adds minimal semantic context by associating tags with filtering and baseUrl with the deployment URL, but it does not provide additional syntax, format, or behavioral details beyond the schema.

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 action: 'Run all test fixtures', identifies the target resource (fixtures), and specifies the context ('against a deployment URL'). It also notes optional tag filtering, which distinguishes it from the sibling 'run_fixture' tool by indicating plural coverage.

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?

Usage is implied: the description says it runs all fixtures or a tag-filtered subset, which suggests when to use it. However, it does not explicitly contrast with alternatives like 'run_fixture' (singular) or 'list_fixtures' (listing only), nor does it state when not to use this tool.

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