Skip to main content
Glama
yuli-tonkin-bg

Make.com MCP Connector

make_run_scenario

Run a Make.com scenario on demand with optional input data, choosing to wait for the result or trigger it as fire-and-forget.

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). NOTE: the scenario must be ACTIVE — Make returns HTTP 422 'Scenario is not activated' for an inactive scenario; if needed, activate it first with make_start_scenario.

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
Behavior5/5

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

With no annotations, the description fully discloses the waiting behavior (up to ~40s), the fire-and-forget option, the error for inactive scenarios, and the precondition for 'data' input. No hidden behaviors.

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?

Three concise sentences, each with a distinct purpose. No fluff, front-loaded with the main action. Efficient and clear.

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, the description covers return types, error scenarios, and prerequisites. All three parameters are explained, and the essential workflow is complete for correct 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?

The description adds context beyond the schema for the 'data' parameter (only relevant for triggers that accept input) and explains the 'wait' effects. Schema coverage is 100%, but scenario_id lacks additional description beyond its schema definition.

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 'Run a Make.com scenario on demand (right now).' It identifies the specific verb and resource, and differentiates from sibling tools like make_start_scenario by noting the activation requirement.

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?

Explicitly states when to use, describes both wait modes, and advises using make_start_scenario if the scenario is inactive. No confusion about 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