Skip to main content
Glama

Make MCP Server

run_scenario_11704

Execute predefined automation scenarios on the Make MCP Server, handling diverse inputs like arrays, collections, booleans, dates, JSON, numbers, and text for workflow integration.

Instructions

Scenario Inputs All Types

Input Schema

NameRequiredDescriptionDefault
array_of_arraysNodescription
array_of_collectionsNodescription
booleanNo
collectionNodescription
dateNodescription
jsonNodescription
numberYesrequired + default
primitive_arrayNodescription
selectNo
textNo

Input Schema (JSON Schema)

{ "properties": { "array_of_arrays": { "description": "description", "items": { "items": { "type": "string" }, "type": "array" }, "type": "array" }, "array_of_collections": { "description": "description", "items": { "properties": { "text": { "type": "string" } }, "required": [], "type": "object" }, "type": "array" }, "boolean": { "type": "boolean" }, "collection": { "description": "description", "properties": { "text": { "type": "string" } }, "required": [], "type": "object" }, "date": { "description": "description", "type": "string" }, "json": { "description": "description", "type": "string" }, "number": { "default": 15, "description": "required + default", "type": "number" }, "primitive_array": { "description": "description", "items": { "type": "string" }, "type": "array" }, "select": { "enum": [ "option 1", "option 2" ], "type": "string" }, "text": { "type": "string" } }, "required": [ "number" ], "type": "object" }

You must be authenticated.

Other Tools from Make MCP Server

Related Tools

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/integromat/make-mcp-server'

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