Skip to main content
Glama
kmatata

zillow-leads-property-data

abort-actor-run

Cancel an in-progress Actor run using its run ID. Choose graceful abort with a 30-second timeout to allow finalization, then get updated run details.

Instructions

Abort an Actor run that is currently starting or running. Results include the updated run details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYesThe ID of the Actor run to abort.
gracefullyNoIf true, aborts gracefully with a 30-second timeout.
Behavior2/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 mentions that the run must be active and that results include updated run details, but it does not disclose whether aborts are irreversible, whether permissions are required, or what happens to intermediate results. This is a significant gap for a state-changing operation.

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, tight sentence that front-loads the action and ends with the return type. No filler or unnecessary elaboration.

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?

For a simple two-parameter tool with no output schema, the description supplies the essential information: the action, the applicable run state, and the response content. It lacks error-handling context (e.g., what if the run is already finished), but this is a minor gap for a straightforward abort action.

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 fully documents both parameters. The description adds no new parameter-level detail; the phrase 'currently starting or running' reinforces runId semantics but is already implied by the schema.

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 verb ('Abort') and resource ('Actor run'), and qualifies the target state ('currently starting or running'). This clearly distinguishes it from sibling tools like get-actor-run, which reads run details rather than mutating them.

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 phrase 'currently starting or running' provides a clear contextual condition for when this tool is appropriate. However, it does not explicitly name alternatives or state when not to use it, such as checking run status with get-actor-run first.

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/kmatata/zillow-leads-property-data'

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