MCP & AI Agent Integration

Motion
automation.

19 AI agent actions for Motion — callable from any MCP-compatible runtime, Claude, Cursor, or Cerebral OS workflow. Use Motion to create tasks, update project status, and coordinate work across teams automatically. Full governance, audit trail, and dry-run safety on every execution.

No credit card required
Live in production environments
<200ms median execution
Dry-run before production
Execution trace
live
19
actions
100%
governed
<200ms
latency
19
AI agent actions
8
Read operations
11
Write operations
3
High-risk actions (approval gated)
Productivity Motion is a Productivity integration — use it to automate tasks, projects, and team workflows from any AI agent or MCP-compatible runtime.
Actions

What you can do
with Motion.

Every action below is available as an MCP tool and a verb in Cerebral OS — callable from any AI agent, Claude, Cursor, Windsurf, or your own runtime via the BYOA API. All executions are governed, audited, and dry-run safe.

Get Comment
motion:get_comment
Fetch a single comment by ID with author and task details.
Read Low risk
Get Project
motion:get_project
Fetch a single project by ID with all details including workspace and task count.
Read Low risk
Get Task
motion:get_task
Fetch a single task by ID with all details including project, assignee, and status.
Read Low risk
List Comments
motion:list_comments
List comments with optional filtering by task.
Read Low risk
List Projects
motion:list_projects
List projects with optional filtering by workspace.
Read Low risk
List Tasks
motion:list_tasks
List tasks with optional filtering by workspace, project, assignee, or status.
Read Low risk
List Users
motion:list_users
List users with optional filtering by workspace.
Read Low risk
List Workspaces
motion:list_workspaces
List all accessible workspaces for the authenticated user.
Read Low risk
Complete Task
motion:complete_task
Mark a task as completed in Motion. This updates the status and sets completion time.
Write Low risk
Create Comment
motion:create_comment
Create a new comment on a task in Motion.
Write Medium risk
Create Project
motion:create_project
Create a new project in Motion within a specific workspace.
Write Medium risk
Create Task
motion:create_task
Create a new task in Motion with optional project assignment and scheduling.
Write Medium risk
Delete Comment
motion:delete_comment
Permanently delete a comment from Motion. This action cannot be undone.
Write High risk
Delete Project
motion:delete_project
Permanently delete a project and all its tasks from Motion. This action cannot be undone.
Write High risk
Delete Task
motion:delete_task
Permanently delete a task from Motion. This action cannot be undone.
Write High risk
Move Task
motion:move_task
Move a task to a different project or workspace in Motion.
Write Low risk
Update Comment
motion:update_comment
Update an existing comment's content.
Write Medium risk
Update Project
motion:update_project
Update an existing project's name and description.
Write Medium risk
Update Task
motion:update_task
Update an existing task's properties including status, assignee, and scheduling.
Write Medium risk
MCP & Runtime API

Call Motion
from any AI agent.

Any AI agent — Claude, Cursor, LangChain, AutoGen, or your own — can call Motion actions through the Cerebral OS Runtime API. Governance, credentials, and audit trail fire automatically.

motion:get_comment READ
# Call via Runtime API
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "motion:get_comment",
    "args": {},
    "execution_id": "agent-001"
  }'
motion:complete_task WRITE
# Dry-run first — no production risk
curl
-X POST \
  "https://api.cerebralos.com/v1/runtime/actions/run"
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "verb": "motion:complete_task",
    "args": {},
    "execution_id": "agent-001",
    "metadata": {"dryRun": true}
  }'
Get your Runtime API key at app.cerebralos.com/signup — 1,000 free executions, no credit card required.
AI agent examples

What your AI agent
can do with Motion.

Real patterns your AI agent can execute via MCP or the Runtime API. Every action governed, dry-run safe, and fully audited.

Trigger
AI agent needs Motion data
Call motion:get_comment via MCP or Runtime API
AI processes result and takes next action
Full execution logged to audit trail automatically
Trigger
Workflow needs to write to Motion
Dry-run validates motion:complete_task before execution
Approval gate fires if risk level is high
Action executes with full governance — logged, audited, reversible
Trigger
Task or project event
Update status automatically
Notify assignees
Sync across tools
How it works

Every Motion action
governed end-to-end.

Cerebral OS isn't a connector. It's the execution layer that sits in front of Motion — adding governance, dry-run safety, and a full audit trail to every operation.

Governance first
Every verb carries a risk classification. High-risk writes require explicit approval gates before they execute in production.
Dry-run safe
Simulate any Motion action before it touches production. See exactly what would happen before a single real call is made.
Immutable audit trail
Every Motion action is logged — what ran, what changed, who approved it, when it happened. Full history on every verb, forever.
Connect with

Motion works best
alongside these.

Build multi-step workflows that connect Motion to the rest of your stack. All governed. All audited.

Motion integration

Start free.
No credit card required.

Start free with 1,000 runs — no credit card required. Connect Motion in minutes, dry-run every action before it touches production, full audit trail on everything.

Start free — 1,000 runs Browse all integrations →