Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAKE_API_TOKEN | No | Your Make.com API token (optional) | |
| MAKE_WEBHOOK_URL | Yes | Your Make.com webhook URL |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trigger_make_scenario | 触发Make.com scenario执行指定任务 |
| get_scenario_status | 获取Make.com scenario的执行状态 |
| test_webhook_connection | 测试与Make.com webhook的连接 |