Skip to main content
Glama

create_manual_test_suite

Organize test cases by creating logical groups of test suites. Optionally nest suites under a parent suite for hierarchical structure.

Instructions

Create a new test suite folder to organize test cases. Use this to create a logical grouping for related test cases. Suites can be nested by providing a parentSuiteId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSuite name (Required). A descriptive name for the test suite.
projectIdYesProject ID (Required). The TestDino project identifier.
descriptionNoDescription of the test suite.
parentSuiteIdNoOptional parent suite ID to create this suite as a child of another suite. If not provided, creates a root-level suite.
Behavior2/5

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

No annotations are provided, so the description must disclose side effects. It does not mention what the tool returns (no output schema), whether it requires permissions, or if names must be unique. Behavioral context like idempotency or error handling is absent.

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, clear sentences with no wasted words. Front-loaded with the primary purpose.

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?

The description covers the main purpose and nesting, but fails to explain the return value or any behavioral constraints (e.g., uniqueness of names). Given the lack of output schema and annotations, the description should provide more context to be fully complete.

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?

The input schema has 100% description coverage for all 4 parameters. The description adds minimal value by mentioning parentSuiteId for nesting, but otherwise restates schema info. Baseline score of 3 is appropriate.

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 'Create a new test suite folder to organize test cases,' specifying the action (create) and resource (test suite folder). It differentiates from siblings like create_manual_test_case and create_manual_run.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explains when to use the tool ('logical grouping for related test cases') and mentions nesting with parentSuiteId. However, it does not explicitly exclude alternatives or provide when-not-to-use guidance.

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

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