Skip to main content
Glama

Stop an automation

disable_automation

Stop an automation. Runs already waiting for a button stay waiting but nothing new starts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
workspaceIdNoWhich workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint: false and destructiveHint: false, so the safety profile is partially covered. The description adds a meaningful behavioral detail: existing waiting runs are preserved, only new starts are blocked. This goes beyond the annotations and clarifies the non-destructive nature, which is valuable for an agent deciding whether to call it.

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 two sentences with zero filler. The core action is front-loaded, and the key behavioral distinction is stated immediately. Every sentence carries information that aids tool selection and correct invocation. This is an ideal size for a simple action tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one required parameter and no output schema, the description covers the main effect but leaves ambiguities: it does not specify what happens to currently executing runs (only 'waiting' ones), whether the stop is reversible, or how to restart. These gaps are minor for a simple stop action but could affect an agent's decision in some scenarios.

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?

The input schema has 50% description coverage – workspaceId is explained, but id is not described. The tool description mentions neither parameter, providing no additional meaning for id, which is required. Given the low schema coverage, the description should compensate, but it fails to do so. The agent must infer id semantics from the context alone.

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 states a specific verb and resource: 'Stop an automation.' It clearly indicates the tool halts automation, and the added detail about runs waiting for a button distinguishes it from purely starting or creating automations. It doesn't explicitly name alternative tools, so it loses a point for no sibling differentiation.

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 behavioral note 'Runs already waiting for a button stay waiting but nothing new starts' implies the intended use case (stop new starts while letting pending manual steps continue). However, it does not explicitly state when to use this over alternatives like disable or delete, nor does it mention any prerequisites or exclusions. The guidance is implied rather than stated.

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