Skip to main content
Glama
ATOM00blue

Drin MCP Server

by ATOM00blue

update_automation

Partially update an automation by ID while it is in draft or paused state. Replace the steps array, modify trigger, name, sender, or clear the topic gate by passing null.

Instructions

Update an automation by id (partial) — only while draft or paused (pause an active one first). A new steps array replaces the program wholesale; pass an explicit null for topicId to clear the topic gate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAutomation id.
nameNo
stepsNo
senderNoProduct/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender.
topicIdNoNew topic gate, or null to clear it.
triggerNo
approvalRequiredNo
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses key behaviors: partial update, state requirement, steps replacement, and topicId null usage. Could add more on field merge semantics but is substantial.

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, front-loaded with main action and crucial constraint. No redundant information. Every sentence 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?

Covers essential behavioral context for a complex tool (partial update with state machine, 7 params, nested objects). Lacks return value explanation (no output schema) but provides sufficient guidance for correct agent invocation.

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 low (43%). Description adds value for steps ('replaces the program wholesale') and topicId ('null to clear'), but other parameters (sender, approvalRequired, trigger, name) lack elaboration. Partially compensates.

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 verb 'Update' and resource 'automation', specifying partial update ('by id (partial)'). It distinguishes from sibling tools like create_automation, delete_automation, and activate_automation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit condition: 'only while draft or paused (pause an active one first)'. This directly guides when to use the tool and implies the need to use pause_automation first, which is a sibling.

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/ATOM00blue/drin-mcp'

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