Skip to main content
Glama

update_flow

Edita una automatización: nombre, disparador, pasos (graph) o estado. NO sirve para armar (eso es arm_flow, que exige confirmación); sí para DESARMAR con armed:false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
armedNoSolo false (desarmar). Para armar usa arm_flow.
graphNo
statusNodraft | active | paused.
flow_idYes
trigger_configNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries full burden and does well by disclosing that the tool cannot arm but can disarm via armed:false. It also scopes exactly which parts of the automation are editable. It doesn't cover permissions or return values, but the provided constraints are meaningful and prevent misuse.

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 compact sentences deliver the core purpose and a critical exclusion/alternative. The information is front-loaded, and every clause earns its place with no fluff.

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 is sufficient for a 6-parameter tool with nested objects and no output schema: it covers main editable fields, disarming semantics, and sibling differentiation. It lacks explicit mention of partial-update behavior (whether omitted fields are unchanged) or return format, but these are not essential for basic invocation.

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

Parameters4/5

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

Schema coverage is low (33%), so the description compensates by mapping human-readable concepts to parameters: 'nombre' (name), 'disparador' (trigger_config), 'pasos (graph)' (graph), and 'estado' (status). It also clarifies the armed semantic. Only flow_id is not spelled out, but it is required and self-evident.

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 uses a specific verb ('Edita') and names the exact resource (una automatización) and fields (nombre, disparador, pasos, estado). It also explicitly differentiates from arm_flow by stating this tool is not for arming and can only disarm, eliminating ambiguity.

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?

It provides clear when-to-use versus when-not-to-use guidance: use for editing and disarming, not for arming. It names the alternative tool (arm_flow) and mentions its confirmation requirement, which helps the agent choose correctly among siblings.

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