Skip to main content
Glama

make_update_blueprint

Update an existing Make.com scenario's structure (blueprint, connections, params), schedule, name, or folder. Requires explicit user confirmation and returns before/after snapshots to enable recovery.

Instructions

HIGH RISK: update a scenario's blueprint (module structure/params/filters/connections), scheduling, name, and/or folder via PATCH — modifies REAL scenario structure. MANDATORY workflow before calling: (1) call make_get_blueprint to see the current structure, (2) present the user the exact planned change/diff and get their explicit approval, (3) strongly prefer testing structural changes on a clone first (make_clone_scenario) before touching the live scenario. Requires confirmed:true as proof this workflow happened (this tool's own safety gate — Make's API does not require it; refuses otherwise). Before applying, takes a fresh snapshot of the current blueprint and returns it alongside the update result as 'before_blueprint', so the prior state can be manually restored (by calling this tool again with that blueprint) if the change turns out wrong — this is a recovery aid only, it does not block or compare against that snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the scenario (optional)
blueprintNoThe new blueprint (JSON object matching Make's blueprint structure). Omit to only change name/folder_id/scheduling.
confirmedYesMust be true — confirms the plan-approval(-clone) workflow was followed before this call
folder_idNoMove the scenario to this folder ID (optional)
schedulingNoNew scheduling configuration (optional)
scenario_idYesThe scenario ID to update
Behavior5/5

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

With no annotations, the description carries the full burden. It discloses the PATCH method, that it modifies real structure, requires confirmed:true (a tool-specific gate not in Make's API), takes a before snapshot and returns it as 'before_blueprint', and states that this is only a recovery aid and does not block or compare. This is thorough transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with 'HIGH RISK' and the core update action, then details the mandatory workflow and recovery behavior. While somewhat long, every sentence provides essential safety context; no filler.

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

Completeness5/5

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

For a high-risk mutation tool with no output schema or annotations, this description covers the safety workflow, the confirmed gate, the before_blueprint recovery mechanism, and the return behavior. It leaves no major gaps for an agent to misuse it.

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?

The schema already documents all six parameters, but the description adds semantics: confirmed is proof of the approval workflow, and blueprint is optional—omitting it allows partial updates to name/folder/scheduling. This goes beyond the schema's basic 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 states a specific action: updating a scenario's blueprint, scheduling, name, and/or folder via PATCH. It explicitly identifies the resource and scope, and the 'HIGH RISK' warning distinguishes it from read-only siblings like make_get_blueprint. This clearly differentiates it from related tools.

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 a mandatory workflow: call make_get_blueprint first, present the diff for approval, and prefer testing on a clone via make_clone_scenario. It also explains the confirmed:true requirement as the safety gate, giving explicit when-to-use guidance and alternatives.

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/yuli-tonkin-bg/make-mcp'

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