Skip to main content
Glama

get_test_case

Read-onlyIdempotent

Retrieve a full test case record including steps, custom fields, dependencies, and share link, plus optional linked autotests and edit history, to review complete details.

Instructions

Get a single test case with full details including steps, custom fields, dependencies, shareUrl for sharing, and optionally linked autotests and edit history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseIdYesInternal numeric test case id (the "id" from list_test_cases / get_test_case / create_test_case). This is NOT the user-facing "TC-N" number (caseNumber/displayId) - if the user gave you a "TC-N", resolve it first via list_test_cases(search: "TC-N") and use the returned id. Project is derived from the case.
includeHistoryNoInclude edit history (audit log of changes)
includeLinkedAutotestsNoInclude explicitly linked autotest paths
includeRecentExecutionsNoInclude recent autotest execution results from CI runs
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety behavior is covered. The description adds meaningful behavioral detail about what 'full details' includes, such as steps, custom fields, dependencies, shareUrl, and optional linked autotests and edit history.

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, front-loaded sentence that states the core purpose first and then lists the distinguishing detail fields without waste. Every phrase adds useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only single-case retrieval tool with no output schema, the description covers the main return content and optional toggles, and the schema covers all parameters. It could be slightly more explicit about error behavior, but nothing critical is missing.

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 coverage is 100%, so the schema fully describes all four parameters. The description adds high-level context about what the response will contain, but does not itself explain individual parameters; the excellent caseId guidance lives in the schema, not the description. This matches the high-coverage baseline.

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 clearly states a specific verb ('Get'), a specific resource ('a single test case'), and lists the key contained details. It is immediately distinguishable from sibling tools like list_test_cases, which retrieve multiple cases, and get_test_history, which retrieves execution history.

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 this is the tool to use when you need one full test case, but it does not explicitly state when to choose it over alternatives like list_test_cases or search_tests, nor does it name any exclusions. Some usage guidance appears in the parameter description for caseId, but the main description itself lacks that routing.

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/m00nreport/mcp-server'

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