Skip to main content
Glama

Create Test Suite

create_test_suite

Create a comprehensive test suite by combining multiple related API requests into a named suite, with optional dependencies, inside an existing Bruno collection.

Instructions

Generate comprehensive test collections with multiple related requests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestsYes
suiteNameYes
dependenciesNo
collectionPathYesAbsolute path to existing collection directory.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does not state side effects (e.g., file creation), prerequisites (e.g., collectionPath must exist), overwrite behavior, or how dependencies are handled. The short description provides almost no transparency beyond the basic action.

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

Conciseness4/5

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

The description is a single sentence with no filler, which is concise and front-loaded. However, it is under-specified; the phrase 'comprehensive test collections' is somewhat vague and marketing-like, but the concise length is still appropriate for a high-level action.

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?

Given the tool's complexity (4 parameters, nested request objects, dependencies) and lack of annotations/output schema, the description is far too sparse. It does not explain what constitutes a 'test suite', what 'related requests' means, or how dependency relationships are defined. The schema provides some detail, but the description leaves many gaps.

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 adds no parameter information. Schema coverage is only 25%, with descriptions present only for some nested fields (e.g., body.files), but none for top-level params like suiteName, requests, or dependencies. The description does not compensate for this gap.

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 'Generate comprehensive test collections with multiple related requests' uses a specific verb and resource, and the phrase 'multiple related requests' helps distinguish it from sibling tools like create_request or create_collection. However, 'test collections' is slightly ambiguous relative to the tool name 'test suite', and the description does not mention the required parameters (collectionPath, suiteName, requests).

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?

There is no guidance on when to use this tool vs alternatives. It does not mention that it is a batch creation tool for multiple requests, nor does it compare to create_request or create_collection. An agent would have to infer usage from the name and schema.

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/Ostico/bruno-mcp-studio'

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