Skip to main content
Glama
yuli-tonkin-bg

Make.com MCP Connector

make_get_scenario

Retrieve complete details of a Make.com scenario, including status, scheduling, team, and description, by providing the scenario ID.

Instructions

Get full details of a single Make.com scenario by its ID (status, scheduling, team, description, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenario_idYesThe scenario ID
Behavior3/5

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

No annotations provided, so the description carries full burden. It describes the operation as 'get full details' (read-only), but does not disclose authentication needs, rate limits, or any side effects. For a simple get, this is adequate but lacks depth.

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?

Single sentence that is front-loaded and conveys the essential purpose and scope without unnecessary words. Every part of the sentence provides value.

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 get tool with one parameter and no output schema, the description covers the main purpose and lists example fields returned. Could hint at response structure, but overall sufficiently complete for an AI to understand the tool's function.

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?

With 100% schema coverage (scenario_id described as 'The scenario ID'), the description adds no additional context beyond the schema. No format or source guidance is provided, so baseline 3 applies.

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?

Description uses specific verb 'get' and resource 'scenario', indicating retrieval of full details including status, scheduling, team, description, etc. It clearly distinguishes from list tools and execution-specific tools among siblings.

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 states the tool is for getting details by ID, implying prerequisite knowledge of the ID. It does not explicitly mention when not to use or alternatives, but the context is clear given sibling tools.

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