Skip to main content
Glama

Make.com MCP Server

trigger_make_scenario

Execute Make.com automation scenarios to perform tasks like creating tasks, sending notifications, or processing data through webhook integrations with third-party services.

Instructions

触发Make.com scenario执行指定任务

Input Schema

NameRequiredDescriptionDefault
actionYes要执行的动作类型
dataNo传递给scenario的数据

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "要执行的动作类型", "enum": [ "create_task", "send_notification", "process_data", "custom" ], "type": "string" }, "data": { "additionalProperties": true, "description": "传递给scenario的数据", "type": "object" } }, "required": [ "action" ], "type": "object" }

Other Tools from Make.com 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/Joseph19820124/make-mcp-integration-playbook'

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