Skip to main content
Glama

make_run_scenario

Trigger a Make.com scenario execution with optional input data. Wait for the output or get the execution ID instantly for asynchronous processing.

Instructions

Run a Make.com scenario on demand (right now). By default waits for the run to finish and returns the result (Make waits up to ~40s); set wait=false to trigger and return the executionId immediately without waiting. 'data' is optional input passed to the scenario (only relevant if it starts with a trigger that accepts input).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoOptional input data object passed to the scenario run
waitNoWait for completion and return the result (default true). false = fire-and-forget, returns executionId.
scenario_idYesThe scenario ID to run
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 wait timeout (~40s), return values (result vs executionId), and condition for data input. This provides useful behavioral context beyond what schema offers.

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, no wasted words. Information is front-loaded with the core action, followed by key behavioral notes. Efficient and well-structured.

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?

Despite no output schema, description explains return values and execution model. Covers all key parameters and edge cases (wait, data condition). Complete for a run tool with these annotations.

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 covers all 3 parameters (100%). Description adds meaning: 'data' only relevant for certain triggers, wait default behavior, and that result vs executionId distinction. This is valuable, though not exhaustive.

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 runs a scenario on demand, with specific verb 'Run' and resource 'Make.com scenario'. It distinguishes from siblings by focusing on on-demand execution and mentions key parameters (wait, data) that set it apart.

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 explains when to use wait=true vs false and when data is relevant (scenarios with input triggers). However, it does not explicitly contrast with sibling tool make_start_scenario or state when not to use this tool.

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-v1.1.1'

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