Skip to main content
Glama
qamary666

jira-aio-mcp-server

by qamary666

search_aio_testcase

Search test cases by project ID and optionally within specific folders. Retrieve relevant test cases to support Jira AIO test management tasks.

Instructions

Search test cases by project and/or folders

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderIdsNoArray of folder IDs to search within (optional)
projectIdYesID проекта в AIO (например, 11502)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Search test cases' and does not mention return format, pagination, matching behavior, or the effect of omitting folderIds. The agent is left without information about what the search operation actually returns.

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?

The description is a single, efficient sentence with no filler. The verb and resource are front-loaded, making the purpose immediately clear.

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?

The tool has no output schema and no annotations, so the description should explain what the search returns, but it does not. The description is minimally sufficient to attempt a call, yet incomplete for an agent to understand the result structure or behavior of the folder filter.

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 description coverage is 100%, so the baseline is 3. The phrase 'by project and/or folders' loosely maps to projectId and folderIds, but does not add any meaning beyond the schema's own property 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?

The description uses a specific verb ('Search') and names the exact resource ('test cases') plus the two filtering criteria ('by project and/or folders'). This clearly differentiates it from sibling tools like get_aio_testcase, create_case, and create_folder.

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?

The description implies when to use the tool: when you need test cases filtered by project and/or folders. However, it does not explicitly state alternatives, exclusions, or when to prefer a sibling tool like get_aio_testcase instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.