Skip to main content
Glama

make_get_blueprint

Retrieve the complete JSON blueprint of a Make.com scenario, including every module, parameters, filters, and connections. Inspect exact configurations without requesting screenshots.

Instructions

Get the full blueprint (JSON structure) of a Make.com scenario — every module, its parameters, filters and how modules connect to each other. This is the same data Make's own editor renders as the canvas. Use it to inspect exact module configuration without asking the user for screenshots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenario_idYesThe scenario ID
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It transparently describes the output as the same data Make's editor canvas displays, and details what is included (modules, parameters, filters, connections). It doesn't address side effects or permissions, but for a read-only get operation this is adequate.

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 tight sentences: the first states the core function and content, the second adds context about the data source and a practical use case. Every word earns its place, with no filler or repetition.

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?

For a simple single-parameter tool with no output schema, the description fully covers what to expect (full JSON blueprint) and why to use it. The only minor gaps are authentication or error behavior, but these are not necessary for this straightforward read operation.

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?

The schema already fully describes the single parameter scenario_id ('The scenario ID'), giving 100% schema coverage. The description adds no additional meaning about the parameter itself, which matches the baseline of 3 for complete schema coverage.

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 opens with 'Get the full blueprint (JSON structure) of a Make.com scenario', a specific verb+resource pairing. It enumerates the exact contents ('every module, its parameters, filters and how modules connect'), which clearly distinguishes it from sibling tools like make_get_scenario that likely return only metadata.

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?

It explicitly states when to use the tool: 'Use it to inspect exact module configuration without asking the user for screenshots.' This provides clear context, though it doesn't name alternative tools or explicitly state when not to use it.

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