Skip to main content
Glama

update_automation

Modify automation configurations or pause/unpause them. Adjust title, style, language, TikTok account, product, hooks, and image or post settings.

Instructions

Update automation settings, or pause/unpause it.

To pause: set action="pause". To unpause: set action="unpause". For config updates, set the fields you want to change.

Args: automation_id: The automation UUID. action: "pause" or "unpause" (mutually exclusive with other fields). title: Update the title. slideshow_hooks: Replace the hooks list. style: Update the style prompt. language: Update the language. tiktok_account_id: Change target TikTok account. tiktok_post_settings: Update TikTok posting settings. product_id: Change linked product. image_settings: Update image/collection settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNo
titleNo
actionNo
languageNo
product_idNo
automation_idYes
image_settingsNo
slideshow_hooksNo
tiktok_account_idNo
tiktok_post_settingsNo
Behavior3/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It explains the pause/unpause mechanics and field replacement semantics, but does not mention potential side effects, permission requirements, or state-dependent behavior (e.g., whether an already paused automation can be paused again).

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 well-structured with a clear main purpose, mode-specific instructions, and a compact arg list. Each sentence adds value, and the front-loaded summary makes it easy to scan quickly.

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 tool has 10 parameters and no annotations or output schema. The description covers all parameters and mode usage, but lacks information about edge cases like invalid state transitions or error conditions. Overall, it is fairly complete for a complex mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It provides explanations for all 10 parameters, including specific values for action, the replacement behavior for slideshow_hooks, and the meaning of each update field. This fully compensates for the schema's lack of descriptions.

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 updates automation settings or pauses/unpauses it, using a specific verb and resource. It distinguishes itself from sibling tools like get_automation, delete_automation, and run_automation by focusing on update and pause/unpause operations.

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 explicitly explains when to use action with 'pause' or 'unpause' and when to update config fields, including the mutual exclusivity of action. It does not explicitly mention alternatives, but the internal mode guidance is clear and sufficient.

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/AhmadElsaeedd/reelfarm-mcp'

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