Skip to main content
Glama
deanchong
by deanchong

get_test_suites_collection

Read-onlyIdempotent

Retrieve all test suite root folders for a TestMonitor project with filters, pagination, and search. Deprecated endpoint; update your code.

Instructions

Get all test suites.. Get all test suites (root folders). This endpoint is deprecated. We recommend updating your code. DEPRECATED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, non-destructive, and open-world behavior. The description adds deprecation and root-folder scope, but says nothing about pagination, return shape, or how the nested filters affect behavior. With annotations carrying the safety profile, this is adequate but thin.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description repeats 'Get all test suites' and states deprecation twice. The redundant sentences do not earn their place, and deprecation is not cleanly front-loaded. It is short but structurally poor.

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?

For a deprecated collection endpoint with a nested filter object, pagination options, and no output schema, the description is incomplete. It mentions deprecation but omits the recommended replacement and any operational detail an agent would need to call or avoid 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?

The description provides no parameter guidance at all. Although the schema contains nested descriptions for pagination and filter fields, the top-level parameter is undocumented per the context signal, and the description does not compensate with required project_id usage or filter syntax.

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 states a clear verb and resource: retrieving all test suites, clarified as 'root folders.' It distinguishes the scope somewhat, but does not differentiate from siblings such as get_test_suite or get_folders_collection. The duplicated first sentence slightly muddles an otherwise clear purpose.

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 only guidance is a deprecation warning advising code updates. It gives no when-to-use context, no explicit alternative tool, and no conditions under which an agent should still call it. Siblings like get_folders_collection are not mentioned as replacements.

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

Deploy Server

Other Tools