Skip to main content
Glama
OctoMind-dev

octomind-mcp

Official
by OctoMind-dev

discovery

Generate a test case for a test target using a description or prompt. Optionally set an entry point URL, folder, tags, or prerequisites.

Instructions

the discovery tool can create a test case on a given test target with a test case description or prompt. One can either start from the predefined url for that test case or provide a new entry point url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the test case to create
promptYesDescription or prompt used for test case generation
tagNamesNoOptional list of tag names to assign to the newly discovered test case
externalIdNoOptional external identifier. E.g. a ticket number or test rail id
folderNameNoOptional folder name that the newly discovered test case will be added to
testTargetIdYesUnique identifier of the test target
prerequisiteNameNoOptional prerequisite test case name. If set all steps of the prerequisite will be executed before the test case discovery starts
entryPointUrlPathNoOptional entry point URL path, if not provided the predefined url of the test target will be used
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states the tool creates a test case, but does not mention important traits such as whether it is destructive, required permissions, or side effects (e.g., duplicate handling). This lack of detail leaves the agent uninformed about operational impacts.

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

Conciseness4/5

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

The description is concise with two sentences, directly stating the purpose and a key usage option. It is well-structured and front-loaded, though there is no wasted text.

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?

Given the tool has 8 parameters and no output schema, the description covers the core functionality but omits details like the meaning of prerequisiteName or the return value. For a creation tool with moderate complexity, it provides a basic understanding but lacks completeness for confident use.

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?

With 100% schema description coverage, all parameters are documented in the schema. The description adds limited extra meaning by relating the entryPointUrlPath parameter to the two usage options, but it does not provide substantial additional context 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 tool creates a test case on a given test target using a prompt. It uses a specific verb ('create') and resource ('test case'), which distinguishes it from sibling tools like createEnvironment or createTestTarget.

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: it creates a test case and offers two options for the entry point (predefined url or new url). However, it does not explicitly state when not to use this tool or mention alternative tools for similar tasks, missing some guidance on selection.

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