Skip to main content
Glama

Abort Actor run

abort-actor-run
DestructiveIdempotent

Abort a caller-owned Actor run that is starting or running. Terminal runs are unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYesActor run ID to abort.
gracefullyNoRequest a graceful abort with the provider timeout.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavior beyond the annotations: it clarifies that terminal runs are unaffected, which reinforces the idempotentHint and qualifies the destructiveHint. It also discloses the ownership requirement. No contradiction with annotations exists.

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?

A single, tightly worded sentence conveys the core action, scope, and an important edge case. There is no filler or redundant restating of the tool name or schema.

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 is complete enough for a simple destructive action with annotations and a fully documented schema. It explains the main operation and the terminal-run behavior, though it doesn't mention what happens if the runId doesn't exist or whether the abort is reversible; annotations cover safety context.

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 both runId and gracefully are already documented in the input schema. The description adds no extra parameter-level meaning, but it also doesn't need to because the schema fully covers the parameters.

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 states a specific action ('Abort'), a clear resource ('Actor run'), and important scoping conditions ('caller-owned', 'starting or running'). This clearly distinguishes it from sibling tools like get-actor-run, which only reads run state.

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?

The description gives explicit when-to-use conditions: only for runs that are starting or running, and only caller-owned runs. It also implicitly says when not to use it by noting 'Terminal runs are unchanged', though it doesn't name an alternative tool or explicitly contrast with get-actor-run.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.