monday CRMのボード上の自動化機能を、自然な言葉で設定・確認・管理できます。ブロックID(システムの識別番号)や技術知識は不要です。 次のような場合に使用: 「自動化を設定してほしい」「これを自動化したい」「取引成立時に通知してほしい」「日付が過ぎたときにリマインドしてほしい」「取引を自動で移動したい」「今どんな自動化が設定されているか」「自動化をオフにしたい」「ワークフロー(業務の流れ)を作りたい」「営業パイプライン(営業段階の管理)を自動化したい」「ルール(自動実行の条件)を設定したい」などのリクエストがあるとき
Set up, view, and manage automations on monday CRM boards using natural language — no block IDs or technical knowledge required. Use when someone says "set up an automation", "automate this", "when a deal is won notify me", "remind me when a date passes", "move deals automatically", "what automations do I have", "turn off automation", "create a workflow", "automate my pipeline", or "set up a rule".
フロー: 意図を判定 → ボードを確定 → 自動化を説明 → 作成/一覧表示/管理 → 確認
| トリガー(起動条件) | アクション(実行内容) | アカウント数 |
|---|---|---|
| ステータスが変わる | アイテムをグループに移動 | 9,821 |
| ステータスが変わる | 誰かに通知 | 6,482 |
| ステータスが変わる | 日付をセット | 6,341 |
| アイテムが作成される | 通知/割り当て/日付セット | 10,019 |
| 指定日に到達 | 通知/ステータス変更 | 4,972 |
| ボタンがクリックされる | 任意のアクション | 3,015 |
| ステータスがXからYに変わる | 移動/通知 | 1,721 |
最も一般的なパターン: ステータス変更 → グループに移動。迷ったときはこれがユーザーの望みです。
create_automation) — ボード内のトリガーとアクションのルール。作成直後にアクティブになります。CRMの日々の運用に使用します。create_workflow) — ワークスペース全体で複数のボードをまたがるオブジェクト。下書きとして開始し、公開が必要です。明示的に要求されたときだけ使用します。needs_clarification を返します。list_automations で表示されますがMCP経由での変更はできません。needs_clarification への対応create_automation が needs_clarification を返したら、各 unresolvedField(未解決項目)を利用可能な選択肢とともに提示し、回答を集めてから再試行してください。
mcp__monday__get_user_context を実行。エラーが出たらインストール指示を表示して停止します。| 意図 | 判定の合図 |
|---|---|
| 作成 | 「セットアップ」「作成」「自動化」「XのときY」、または未指定 |
| 一覧表示 | 「どんな自動化」「自動化を表示」「どのルール」 |
| 管理 | 「オフ」「無効化」「削除」「有効化」「自動化を削除」 |
mcp__monday__search またはお気に入りを取得ユーザーが漠然とした説明をした場合、よく使われるパターン上位3つを提示:
「何をきっかけに実行しますか? よく使われるCRM自動化: 1. ステージ = 成約 → 所有者に通知 + 「成約済み」グループに移動 2. 新規案件作成 → 割り当て + 完了日をセット 3. 完了日に到達 → 所有者に通知 または、やりたいことを説明してください。」
「[ボード名] にこの自動化を作成しますか?」
トリガー: ステージ → 成約 アクション1: [案件所有者] に通知 アクション2: アイテムを成約済みグループに移動(はい / 編集 / キャンセル)
「はい」を選んだら → mcp__monday__create_automation({ boardId, userPrompt })
needs_clarification への対応返ってきた場合: unresolvedFields をパースし、利用可能な選択肢を提示し、回答を反映させて再試行してください。
status: "activated" の場合:
「完了。自動化は [ボード名] で有効になりました。 これからはステージが成約に変わると、自動的に [所有者] が通知を受け取り、アイテムは成約済みグループに移動します。」
mcp__monday__list_automations({ boardId }) を実行list_automations で ID を確認mcp__monday__manage_automations({ workflowId, action })| 失敗 | 対応 |
|---|---|
| コネクタがない | ステップ0で停止、インストール指示を表示 |
| ボードが見つからない | 検索を広げてユーザーに確認 |
needs_clarification |
未解決項目を提示し、回答を集めてから再試行 |
| 日付計算が要求された | 制限を説明、「今日」またはそれ以上の頻度の定期トリガーを提案 |
| レガシー自動化の管理 | 「この自動化は以前の形式でセットアップされたため、ここでは変更できません。」 |
| レガシー自動化の削除 | 上記と同じ |
| 再試行後も作成失敗 | エラーを表示し、monday.com のUIでの実行を代替案として提案 |
create_automation 実行前にユーザーの確認を取ったneeds_clarification: 項目が提示され、ユーザーが回答し、再試行されたFlow: Detect intent → Resolve board → Describe automation → Create / List / Manage → Confirm
| Trigger | Action | Accounts |
|---|---|---|
| Status changes to something | Move item to group | 9,821 |
| Status changes to something | Notify someone | 6,482 |
| Status changes to something | Set date | 6,341 |
| Item created | Notify someone / assign / set date | 10,019 |
| Date arrives | Notify / change status | 4,972 |
| Button clicked | Any action | 3,015 |
| Status changes from X to Y | Move / notify | 1,721 |
The dominant CRM pattern: status change → move to group. When in doubt, this is what most users want.
create_automation) — board-scoped trigger/action rules. Active immediately on creation. Use for CRM daily operations.create_workflow) — workspace-level, cross-board objects. Start as drafts; must be published. Use only when explicitly asked.today as fallback or a periodic trigger.needs_clarification.list_automations returns them but they cannot be modified via MCP.needs_clarification responseWhen create_automation returns needs_clarification, present each unresolvedField with available options, collect the answer, then retry.
mcp__monday__get_user_context. On error → print install prompt, stop.| Intent | Trigger signals |
|---|---|
| create | "set up", "create", "automate", "when X then Y", default |
| list | "what automations", "show automations", "which rules" |
| manage | "turn off", "disable", "delete", "activate", "remove automation" |
mcp__monday__search or get_user_context favorites.If the user says something generic, present top 3 patterns:
"What should trigger it? Common CRM automations: 1. Stage = Won → notify owner + move to Closed Won group 2. New deal created → assign + set close date 3. Close date arrives → notify owner Or describe what you want."
"Create this automation on [board name]?"
When: Stage → Won Action 1: Notify [deal owner] Action 2: Move item to Closed Won group(yes / edit / cancel)
On "yes" → mcp__monday__create_automation({ boardId, userPrompt }).
needs_clarificationIf returned: parse unresolvedFields, present options to user, incorporate answer, retry once.
On status: "activated":
"Done. Automation is live on [board name]. From now on: when Stage = Won → [owner] is notified + item moves to Closed Won."
mcp__monday__list_automations({ boardId }).list_automations if needed.mcp__monday__manage_automations({ workflowId, action }).| Failure | Behavior |
|---|---|
| Connector missing | Step 0 stops; print install prompt. |
| Board not found | Broaden search; ask user. |
needs_clarification |
Present unresolved fields; gather answers; retry once. |
| Date arithmetic requested | Explain limitation; offer today or periodic trigger. |
| Legacy automation on manage | "This automation was set up in an older way and can't be modified here." |
| Delete on legacy | Same as above. |
| Create fails after retry | Surface error; suggest monday.com UI as fallback. |
create_automation.needs_clarification handled: fields presented, user answered, retried.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。