Skip to main content
Glama

tm_pause_run

DestructiveIdempotent

Pause an active load-test run to inspect intermediate metrics without losing progress. Idempotent; returns IDLE if no run is active.

Instructions

Pause the in-flight run for a profile. Idempotent — when no run is active, returns status="IDLE" rather than erroring. Useful when a workflow wants to inspect intermediate metrics without losing progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYes
Behavior4/5

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

Annotations already provide destructiveHint and idempotentHint. The description adds beyond that by specifying the return status when no run is active and explaining the idempotent nature, which helps the agent understand safe behavior.

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 concise with two sentences, front-loading the core action. Every sentence adds value, and there is no wasted wording.

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 the simple single-parameter tool with no output schema, the description covers purpose, idempotency, and a use case. It lacks detail on what 'pause' entails for run state, but is largely complete for its complexity.

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?

With 0% schema description coverage, the description should compensate but does not. It only mentions the tool's action without explaining the required profile_id parameter, leaving the agent to infer its meaning.

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 clearly states it pauses an in-flight run for a profile. It includes idempotent behavior and a use case, but does not explicitly differentiate from siblings like tm_stop_run or tm_resume_run, leaving some ambiguity.

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 a specific use case (inspecting intermediate metrics) but does not give when-not-to-use advice or compare to alternatives. The context is clear but lacks exclusions.

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/trafficmorph-gif/tm-mcp'

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