Skip to main content
Glama
OctoMind-dev

octomind-mcp

Official
by OctoMind-dev

executeTests

Trigger tests on a given URL using a unique test target ID. Filter tests by tags or override variables as needed.

Instructions

the executeTests tool can trigger a set of tests for a given test target. The test target id is unique to the test target. The tests are executed on the provided url. The context object is used to provide information about the source of the test execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL where the tests will be executed
tagsNoList of tags used for filtering the tests to execute
descriptionNoOptional description of the test execution
testTargetIdYesUnique identifier of the test target
environmentNameNoName of the environment to use for test executiondefault
variablesToOverwriteNoOptional variables to override during test execution
Behavior2/5

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

No annotations exist, so description carries full burden. It mentions execution on a URL but does not disclose whether it is destructive, synchronous vs async, or any side effects. Lacks behavioral traits beyond the obvious.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, but somewhat repetitive ('test target' mentioned twice). Could be more concise without losing meaning. Not outright verbose but not tight.

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?

No output schema, yet description does not explain return values or how to retrieve results. Missing context about async execution, report generation, or how errors are handled. Incomplete for a tool that triggers actions.

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%, so description adds minimal value. It repeats that testTargetId is unique and url is where tests run, but does not clarify ambiguous parameters like tags or variablesToOverwrite beyond schema descriptions.

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?

Description clearly states the tool triggers tests for a given test target, specifying verb and resources. However, it lacks differentiation from sibling tools like search or getTestReports, so it's not a full 5.

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 explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, when not to use, or alternative tools for similar tasks.

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/OctoMind-dev/octomind-mcp'

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