Skip to main content
Glama

Create Test Plan

create_test_plan

Create a test plan in Allure TestOps by listing test case IDs, applying an AQL filter, or both to define the set of test cases to execute.

Instructions

Create a new Test Plan in Allure TestOps.

This tool allows creating a Test Plan, which is a collection of Test Cases to be executed. You can define the content of the plan either by:

  1. Explicitly listing Test Case IDs (test_case_ids).

  2. Providing an AQL (Allure Query Language) filter (aql_filter).

  3. Both (explicit selection + dynamic filter).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the test plan
aql_filterNoAQL query to select test cases
output_formatNoOutput format: 'json' (default) or 'plain'.
test_case_idsNoList of Test Case IDs to include
Behavior3/5

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

Annotations are neutral (no readOnly, idempotent, or destructive hints). The description adds that it creates a new plan and defines content, but does not disclose potential side effects (e.g., duplicate plan handling, required permissions). No contradiction with annotations.

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?

Six sentences well-structured with a bulleted list. Front-loaded with the main action. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (4 parameters, no output schema), the description covers the purpose, content definition methods, and parameter usage. It does not explain return values, but that is acceptable without an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with descriptions. The description adds value by explaining the relationship between test_case_ids and aql_filter (both can be used together), which is not fully captured in 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 new Test Plan in Allure TestOps, defines what a Test Plan is, and explains three methods to define its content (IDs, AQL, or both). This distinguishes it from sibling tools like manage_test_plan_content which likely modifies existing plans.

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?

Provides explicit guidance on how to use parameters (test_case_ids vs aql_filter vs both). However, it does not explicitly state when not to use this tool or compare it to alternatives like manage_test_plan_content for modifying existing plans.

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/ivanostanin/lucius-mcp'

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