Skip to main content
Glama
speakai

Speak AI MCP Server

Official
by speakai

Toggle Automation Status

toggle_automation_status

Toggle an automation rule between active and inactive. Check the current state with get_automation before toggling.

Instructions

Toggle an automation rule between active and inactive. This flips the current state — call get_automation first if you need to know which way it will flip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
automationIdYesUnique identifier of the automation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoResponse payload from the Speak AI API
Behavior3/5

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

Annotations already indicate mutation (readOnlyHint=false) and non-idempotency, but the description adds the flipping behavior and advice. It could further mention potential side effects or permissions, but adequately complements annotations.

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?

Two sentences with no fluff. First sentence defines purpose, second gives usage guidance. Every word earns its place.

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 covers core behavior and a usage tip. An output schema exists, so return values need not be explained. It could mention alternatives for setting specific states, but overall is fairly complete for a simple toggle tool.

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 coverage is 100% with a description for the single parameter 'automationId'. The tool description does not add additional information beyond the schema, so baseline score of 3 is appropriate.

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 states the tool toggles an automation rule between active and inactive, using specific verb and resource. It distinguishes itself from siblings like 'update_automation' by focusing on flipping the current 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?

It explicitly recommends calling 'get_automation' first if the current state is needed, providing clear context. However, it does not mention when not to use it, such as when a specific state should be set directly via 'update_automation'.

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/speakai/speakai-mcp'

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