Skip to main content
Glama

list_manual_test_suites

Navigate test suite hierarchy to find suite IDs for test case creation. Use this tool to understand test organization and structure within your project.

Instructions

List the test suite hierarchy to help users find suiteIds for test case creation. Use this to navigate the test suite structure and understand test organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject ID (Required). The TestDino project identifier.
parentSuiteIdNoOptional parent suite ID to fetch only children of a specific suite. If not provided, returns the root-level suites.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions the tool lists a 'hierarchy' and helps with 'navigation', which gives some behavioral context about structure and organization. However, it doesn't disclose critical details like whether this is a read-only operation, pagination behavior, rate limits, authentication needs, or what the output format looks like, leaving significant gaps for a tool with no annotation coverage.

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 highly concise with two sentences that directly address purpose and usage. Every phrase earns its place: the first sentence states the core function and goal, while the second explains the broader utility. There's no redundant or vague language, making it efficiently front-loaded.

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

Completeness3/5

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

Given no annotations and no output schema, the description provides basic purpose and usage context but lacks completeness. For a tool that returns hierarchical data, it should ideally mention output structure (e.g., tree format, nesting levels) or behavioral traits like read-only nature. It's adequate for minimal understanding but leaves gaps in operational details.

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%, providing clear documentation for both parameters (projectId and parentSuiteId). The description adds value by explaining the purpose ('find suiteIds for test case creation', 'navigate the test suite structure') and implying parameter usage (e.g., parentSuiteId for hierarchical navigation), but doesn't provide additional syntax or format details beyond what the schema already covers.

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's purpose: 'List the test suite hierarchy' with the goal of helping users 'find suiteIds for test case creation' and 'navigate the test suite structure'. It specifies the resource (test suite hierarchy) and verb (list), but doesn't explicitly differentiate from sibling tools like 'list_manual_test_cases' or 'list_testcase' beyond mentioning 'test suite' focus.

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 usage context by stating it helps 'find suiteIds for test case creation' and 'navigate the test suite structure', suggesting it's for discovery and organization purposes. However, it doesn't explicitly state when to use this tool versus alternatives like 'list_manual_test_cases' or provide clear exclusions, leaving some ambiguity.

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/testdino-inc/testdino-mcp'

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