Skip to main content
Glama
CoolTea001
by CoolTea001

cooltest_update_case

Write back test results: update a case's status (set 'review' with reason if untestable), notes, evidence, and last run time, or append new cases after initialization.

Instructions

Update a case's status/notes/evidence/lastRunAt. Write back results after testing; set status to review with a required notes reason when a case cannot be tested or judged. Also used to append new cases after init (provide the full field set each time).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoCase id, required; for a new case (appended after init) any unused id works
tagsNoTags (when adding a new case)
notesNoNotes (overwrites)
stepsNoTest steps (when adding a new case)
suiteNoSuite name or filePath; defaults to the current suite
titleNoCase title (when adding a new case)
statusNoNew status
evidenceNoAdditional evidence relative paths
expectedNoExpected result (when adding a new case)
priorityNoPriority (when adding a new case, e.g. P1)
lastRunAtNoTest timestamp, ISO string
descriptionNoCase description (when adding a new case)
Behavior4/5

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

No annotations provided, so the description carries the burden. It discloses key behavioral rules (review requires notes, append requires full field set) but doesn't cover overwrite behavior or failure responses.

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 sentences, front-loaded with the main verb and resource, no unnecessary words. Every sentence earns its place.

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?

Given no annotations and no output schema, the description covers main use cases but leaves some details to schema (e.g., which fields are append-only). It's reasonably complete for a mutation tool.

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 meaning: full field set for new cases and notes required for review status. This goes beyond what the schema specifies.

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 it updates a case's status/notes/evidence/lastRunAt and also appends new cases after init. This distinguishes it from the read-only sibling tools like cooltest_list_cases and cooltest_get_case.

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?

Provides explicit usage context: write back results after testing, set status to review with required notes reason, and append new cases after init with full field set. It doesn't explicitly name alternatives, but workflow context is clear.

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