Skip to main content
Glama
CoolTea001
by CoolTea001

cooltest_init_suite

Generate a .cooltest JSON from a test case source to initialize a suite. Skips existing suites by default; use overwrite=true to rebuild and then append cases with update case.

Instructions

Generate a .cooltest JSON from a test case source (first step of the flow, used for "Use Cool Test for"). Does not overwrite an existing suite by default; returns skipped. Set overwrite=true to rebuild. Call this to create the suite, then append cases with cooltest_update_case.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoSuite name; defaults to the source name
sourceYesTest case source (URL or path), required
overwriteNoWhether to overwrite if it exists; default false
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses key behavioral details: does not overwrite by default, returns skipped if already exists, and overwrite=true rebuilds. This goes beyond what structured data could convey.

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?

Three sentences, front-loaded with the main purpose, then behavioral details and usage guidance. Every sentence adds unique value with no redundancy or fluff.

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

Completeness4/5

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

The description explains the tool's role in the overall flow and its default behavior, which is sufficient for a simple creation tool. However, it omits what a successful return looks like, a minor gap since no output schema is provided.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds value by clarifying that the 'name' parameter defaults to the source name, a detail not present in the schema. It also restates the overwrite default, reinforcing usage semantics.

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?

Description uses a specific verb ('Generate') and resource ('.cooltest JSON') and clearly states the input ('test case source'). It is explicitly positioned as 'first step of the flow', distinguishing it from sibling tools like cooltest_update_case.

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?

Provides explicit usage instructions: 'Call this to create the suite, then append cases with cooltest_update_case.' Also details default vs overwrite behavior, giving clear guidance on when to use and what alternatives exist.

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/CoolTea001/cool-test-mcp'

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