Skip to main content
Glama

testmo_update_run

Modify a Testmo run's fields (name, description, tags, state, config, milestone) or close it via is_closed. Only provided fields change.

Instructions

Update a run (PATCH). Only provided fields change. Set is_closed=true to close a run (runs cannot be re-opened via the API; false is rejected).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docsNoDescription / body text
nameNoNew run name
noteNoShort note (max 80 chars)
tagsNoTag strings
run_idYesRun ID
state_idNoNew workflow state ID
config_idNoConfiguration ID
is_closedNotrue = close the run (cannot be re-opened)
include_allNoWhether the run includes all project cases
milestone_idNoMilestone ID
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the critical PATCH semantics ('Only provided fields change') and the irreversible closure behavior ('runs cannot be re-opened via the API; false is rejected'). This goes beyond the schema and gives agents essential edge-case knowledge.

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 three short sentences, each earning its place. It front-loads the purpose, then adds critical behavioral caveats. There is no redundancy or vague filler.

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?

Despite having 10 parameters and no output schema, the description covers the key operational context needed to invoke the tool: PATCH semantics and closure irreversibility. It does not explain return values or error handling, but those are less critical for a simple update operation given the comprehensive schema.

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 explains each parameter. The tool description adds the partial-update semantic and clarifies the is_closed behavior beyond the schema note, but most parameter meaning remains in the schema. Since the schema does the heavy lifting, a baseline of 3 is appropriate.

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 opens with 'Update a run (PATCH)', which gives a specific verb ('Update'), a resource ('run'), and the HTTP method. It clearly distinguishes from siblings like testmo_create_run and testmo_update_cases by making the target resource explicit.

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

Usage Guidelines3/5

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

The description provides operational guidance: 'Only provided fields change' and 'Set is_closed=true to close a run'. However, it does not explicitly state when to choose this tool over alternatives (e.g., testmo_update_cases) or mention exclusions, so usage context is implied rather than explicitly framed.

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/PeterAbah1819/testmo-mcp-server'

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