Skip to main content
Glama

get_test_collection

Read-onlyIdempotent

Retrieve a test collection by UUID to view all test cases and their execution status, including collection metadata.

Instructions

Get a test collection with all test cases and their execution status. Returns collection metadata plus test execution overview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionIdYesTest collection UUID. Obtain from list_test_collections.
includeTestDetailsNoInclude list of test cases with execution status
Behavior3/5

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

The annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds a worthwhile high-level statement about returns, but it does not cover details like the effect of includeTestDetails=false or potential payload size. There is no contradiction with the annotations.

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?

Two short sentences communicate the core purpose and the return shape with no site waste. The most important information is front-loaded, and every sentence adds value.

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 getter with simple parameters and full schema coverage, the definition is mostly complete. It states what the tool returns and covers the main optional input, but without an output schema or more detail on the 'test execution overview', an agent has to interpret the exact response shape.

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 input schema already documents collectionId and includeTestDetails including default behavior. The description does not provide significant semantic value beyond what the schema provides, so the score is a baseline 3.

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 verb-resource pair ('get a test collection') and specifies the payload beyond the schema by mentioning all test cases and their execution status. It is clear enough to distinguish from list_test_collections at a high level, though it does not name an alternative explicitly.

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 gives no direct guidance about when to use this tool versus alternatives such as list_test_collections, get_test_case, or get_execution_cases. The intended context is implied, but no exclusions or preferential scenarios are provided.

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