Skip to main content
Glama

Remove Automation Queue

removeAutomationQueue
DestructiveIdempotent

Remove a queue from an automation on a team that changes its automations without revisions, deleting the queue. Its cases are cleared and the runs working them interrupted, exactly as a standalone queue delete does.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
automation_idYesAutomation ID
case_queue_idYesQueue ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations, the description discloses that the queue is deleted, its cases are cleared, and running executions are interrupted. It explicitly equates the behavior with a standalone queue delete, providing valuable side-effect context. No contradiction with the destructive or idempotent hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded, with the core action stated first and side effects compressed into a single clause. The comparison to standalone queue deletion earns its place, though the sentence is slightly dense.

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 two-UUID destructive operation, the description sufficiently explains the outcome: queue deletion, case clearing, and interruption of runs. It does not address not-found or permission errors, but the provided operational context is strong enough for an agent to understand the tool's effect.

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?

The input schema already documents both parameters with 100% coverage, so the baseline is 3. The description adds the relationship between the automation and the queue, but does not provide additional parameter-level meaning or context beyond what the schema already states.

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 specifies the action: remove a queue from an automation and delete it. The phrase 'without revisions' signalss which automation-modification model this tool belongs to, distinguishing it from revision-based queue removal tools like removeAutomationRevisionQueue.

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 a clear selection context: use this on teams that change automations without revisions, which implicitly excludes revision-managed workflows. It does not explicitly name the alternative tool or state 'use X instead', so it falls short of a perfect 5.

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.

Resources