Skip to main content
Glama

create_manual_test_suite

Organize test cases by creating logical groupings or nested folders within TestDino projects to structure manual testing workflows.

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
projectIdYesProject ID (Required). The TestDino project identifier.
nameYesSuite name (Required). A descriptive name for 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.
Behavior3/5

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

With no annotations provided, the description carries full burden. It states the creation action but doesn't disclose behavioral traits like required permissions, whether the operation is idempotent, what happens on duplicate names, or error conditions. The description adds basic context about nesting but lacks operational details.

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 appropriately sized with three concise sentences. Each sentence earns its place: the first states the core purpose, the second provides usage context, and the third adds important nesting functionality. No wasted words or redundancy.

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?

For a creation tool with no annotations and no output schema, the description provides adequate basic information but lacks completeness. It doesn't explain what the tool returns, error conditions, or important behavioral aspects like whether the operation requires specific permissions or has side effects on existing test cases.

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 schema already documents all three parameters thoroughly. The description adds minimal value beyond the schema by mentioning the nesting capability with parentSuiteId, but doesn't provide additional semantic context about parameter usage or constraints.

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 the specific action ('Create a new test suite folder'), resource ('to organize test cases'), and scope ('Suites can be nested'). It distinguishes from siblings like 'create_manual_test_case' by focusing on suite creation rather than individual test cases.

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?

The description provides clear context for when to use this tool ('to create a logical grouping for related test cases') and mentions nesting capability. However, it doesn't explicitly state when NOT to use it or name specific alternatives from the sibling list, such as 'list_manual_test_suites' for viewing existing suites.

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