Skip to main content
Glama

create_suite

Create a test suite as a folder-level container for test cases. Provide project ID, suite name, and parent folder UUID to place it correctly inside the project tree.

Instructions

Create a test suite (a leaf node that holds test cases) inside a folder. This is a convenience alias for create_folder with type="suite". Use this when the user asks to "create a suite". Suites cannot live at the root level, so parentId (a folder UUID) is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSuite name
parentIdYesParent folder UUID the suite will live inside. Required - suites cannot be created at the root level.
projectIdYesProject UUID to create the suite in
Behavior4/5

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

The annotations already cover mutability flags, so the description does not need to restate those. It adds useful behavioral context beyond the annotations: suites are leaf nodes, cannot be created at the root, and this tool is an alias rather than an independent operation. The requirement on parentId is disclosed clearly.

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 compact and front-loaded: the core action and object type come first, followed by alias relationship, usage condition, and constraint. Every sentence contributes necessary guidance without filler.

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

Completeness5/5

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

For a simple creation tool with three fully documented required parameters, the description is complete. It covers the target node type, its placement requirement, and the canonical when-to-use signal. Since no output schema exists, no return-value documentation is expected or required.

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 covers all three parameters with full descriptions, so the baseline applies. The description adds a little value by explaining why parentId is required, but it does not meaningfully extend param semantics beyond the schema.

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 that create_suite creates a test suite, specifies it is a leaf node holding test cases, and frames it as a convenience alias for create_folder with type='suite'. This distinguishes it from the many folder-related siblings and makes the semantic of a 'suite' clear.

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

Usage Guidelines5/5

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

The description explicitly says to use this tool when the user asks to 'create a suite', and it points to create_folder as the underlying mechanism. It also provides a key usage constraint: suites cannot live at root, so parentId is required. This gives the agent both selection guidance and a precondition.

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