Skip to main content
Glama
kirchik95

TestOps MCP Server

by kirchik95

get-test-plan-test-cases

Retrieve test cases associated with a specific test plan ID. Input the test plan ID to get paginated results of its test cases.

Instructions

Get test cases included in a test plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTest plan ID
pageNo
sizeNo
Behavior2/5

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

With no annotations, the description carries full burden for behavioral traits. It fails to disclose that the tool is paginated (via page and size parameters), what the response contains (e.g., test case IDs or full objects), or any side effects (none expected). The minimal description leaves agent uncertain about behavior beyond a basic read operation.

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?

The description is very concise—one sentence. However, it lacks essential information (pagination details, return format, usage context), suggesting under-specification rather than efficient conciseness. It is front-loaded with purpose but at the expense of completeness.

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?

Given 3 parameters, no output schema, and no annotations, the description is insufficient. It does not explain return values, pagination behavior, or what constitutes 'test cases included in a test plan' (direct vs. inherited associations). An agent would likely need additional context to use the tool correctly.

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

Parameters2/5

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

Schema description coverage is only 33% (only the 'id' parameter has a description). The description does not explain the 'page' and 'size' parameters (likely pagination) or clarify the format of the test plan ID. The description adds no meaning beyond the schema's minimal 'Test plan ID' for the required parameter.

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 the tool retrieves test cases linked to a test plan, using specific verb 'Get' and resource 'test cases in a test plan'. It is distinguishable from sibling tools like list-test-cases (which likely lists all cases in a project) and get-test-case (a single case). However, it does not specify the scope (e.g., all cases or a subset) or the output format (IDs vs. full details), leaving some ambiguity.

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?

The description provides no guidance on when to use this tool versus alternatives like list-test-cases (project-level) or search-test-cases. It does not mention prerequisites (e.g., must have a test plan ID) or exclude scenarios. The input schema implies it requires a test plan ID, but this is not explicitly stated in the description.

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

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