Skip to main content
Glama

prepare_cases_from_jira

Retrieves a Jira ticket and house-style anchors to provide the context needed for generating TestRail test cases.

Instructions

Fetch a Jira ticket + house-style anchors. Returns the context the calling Claude needs to generate TestRail cases. Example: issue_key='ABC-123'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
suite_idNo
issue_keyYes
project_idNo
section_idNo
house_styleNo
section_hierarchyNo
house_style_examplesNo
house_style_section_idNo
Behavior2/5

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

No annotations provided, so description carries full burden. Description only says 'Fetch' and 'Returns context', implying read-only behavior, but does not disclose potential side effects, permission requirements, error handling, or what happens if the ticket is not found. Significant gaps remain.

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?

Description is very short (two sentences), but omits important information. It is not front-loaded with key details; the example is helpful but not sufficient. Could be restructured to include parameter overview or usage hints without significantly increasing length.

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?

Tool has 8 parameters, no output schema, and no annotations. Description only covers fetching Jira ticket and house style anchors, but does not explain return values, behavior of optional parameters, or error conditions. Incomplete for an AI agent to use reliably.

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?

Schema description coverage is 0%, meaning no parameter descriptions exist in the schema. Description only mentions issue_key with an example, ignoring other critical parameters like suite_id, project_id, section_id, house_style, etc. This fails to compensate for the lack of schema descriptions.

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?

Description clearly states verb 'Fetch' and resource 'Jira ticket + house-style anchors', and indicates purpose is to return context for generating TestRail cases. This distinguishes it from siblings like prepare_cases_from_confluence and prepare_cases_from_text which use different sources.

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

Usage Guidelines3/5

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

Description implies usage when needing to generate TestRail cases from a Jira ticket, but does not explicitly state when to use or not use this tool vs alternatives. No exclusions or prerequisites are mentioned, though the context signal helps infer it's for Jira-based case generation.

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/Sergey-Bl/testrail-mcp'

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