Skip to main content
Glama
mrchris2000

MCP DevOps Test Server

by mrchris2000

execute_test

Execute a named test in a specified project, with optional browser, revision, tags, and variables. Initiate the run and track status until completion.

Instructions

Execute a test in a specific project by test name. TIMING: Tests typically take 60-180 seconds to complete. AGENT BEHAVIOR: After execution, inform user 'Test started, will complete in ~2 minutes', then wait at least 60 seconds before first status check. Use progressive back-off for subsequent checks: 30s → 45s → 60s → 90s intervals until completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional labels/tags to assign to the test execution (e.g., ["label1", "label2"])
revisionNoRevision to use (default: main)main
testNameYesThe name of the test to execute
projectIdYesThe ID of the project containing the test
variablesNoOptional variables to pass to the test execution as key-value pairs (e.g., {"abc": "xyz"})
browserNameNoBrowser to use for execution (default: edge)edge
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses timing expectations (60-180 seconds) and prescribes agent behavior (inform user, wait intervals, back-off strategy). This adds significant behavioral context beyond the schema, though it does not describe return values or failure handling.

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 concise and well-structured, with clear TIMING and AGENT BEHAVIOR sections. Every sentence contributes useful information, and the format aids readability and comprehension. No wasted words.

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 timing and polling behavior well, but lacks information about the tool's return value or how subsequent status checks are performed (e.g., via sibling tools). Since there is no output schema, this gap affects completeness. Overall, it is adequate but leaves room for improvement.

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 schema already documents all parameters. The description adds minimal value by referencing 'test name' and 'specific project', but does not provide additional semantic depth beyond the schema. Baseline 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 tool's function: 'Execute a test in a specific project by test name.' The verb 'execute' and resource 'test in project' are specific, and the sibling tools (get_test_results, list_tests, etc.) are clearly different in function, so this tool is well-distinguished.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (to execute a test), but does not explicitly mention alternatives or exclusions. It focuses on operational behavior rather than comparing with siblings, which earns a 4 rather than 5.

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/mrchris2000/mcp-devops-test'

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