Skip to main content
Glama
iampopovich

Allure TestOps MCP

by iampopovich

create_test_result

Create a new test result in Allure TestOps by providing a payload with test data.

Instructions

Create a new test result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes
Behavior2/5

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

With no annotations, the description must disclose behavior. It only implies a mutable operation but does not explain what happens on creation (e.g., validation, idempotency, required fields in payload, error scenarios, or permissions). This is insufficient for an AI agent to anticipate side effects.

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 a single, focused sentence without extraneous words. It is concise, though it lacks important details. Given the simple schema, it is not overly verbose, but could benefit from a brief example or expected fields while remaining concise.

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?

For a create tool with no output schema and minimal description, the agent lacks context on what a test result is, how the payload should be structured, and what to expect in response. Important details like required payload keys or success conditions are omitted.

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

Parameters1/5

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

The input schema has 0% description coverage, meaning the description adds no meaning to the 'payload' parameter. The parameter is an object with additionalProperties: true, but the description does not hint at expected properties or structure, leaving the agent to guess the required format.

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?

The description clearly states 'Create a new test result', specifying the action (create) and resource (test result). It is not a tautology, though it does not differentiate from sibling create tools like create_test_case or create_defect, but the resource name provides sufficient distinction.

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 guidelines are provided on when to use this tool versus alternatives like assign_test_result, update_test_result, or create_launch. There is no mention of prerequisites, conditional usage, or exclusions.

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/iampopovich/allure-testops-mcp'

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