get_results_for_case
Fetch all results recorded for a case within a test run using run ID and case ID.
Instructions
Get all results recorded for a case in a given run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| case_id | Yes |
Fetch all results recorded for a case within a test run using run ID and case ID.
Get all results recorded for a case in a given run.
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| case_id | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavior. It says 'Get all results' but does not specify what results look like (e.g., list of objects, properties), that it's read-only, or how pagination works. Limited transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with action. It is concise but too brief to provide adequate information; could include more detail without being verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, yet the description does not explain what is returned (e.g., shape of results). Missing error conditions or behavior for missing entities. Incomplete for a simple retrieval tool with no annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%. The description adds no details about parameters beyond the schema (run_id, case_id). It does not explain format, allowed values, or constraints, failing to compensate for missing schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves all results for a case in a given run, using specific verb 'Get' and resource 'results for a case in a given run'. It differentiates from siblings like 'add_result_for_case' (adds) and 'get_case' (gets case info).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives such as 'add_result_for_case' or 'get_case'. Does not mention prerequisites (e.g., case and run must exist) or that it's a read-only operation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adakh3/testrails-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server