Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Motion to manage tasks, projects, workspaces, and automate scheduling workflows through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Motion
3
Authenticate with API Key
🎉 Your Motion MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
motion_get_workspaces | Get all workspaces in the Motion account |
motion_get_users | Get all users, optionally filtered by workspace |
motion_get_my_user | Get current user information |
motion_get_tasks | Get tasks, optionally filtered by workspace |
motion_get_task | Get a specific task by its ID |
motion_create_task | Create a new task in Motion |
motion_update_task | Update an existing task in Motion |
motion_delete_task | Delete a task from Motion |
motion_search_tasks | Search for tasks by name or description |
motion_get_projects | Get projects, optionally filtered by workspace |
motion_get_project | Get a specific project by its ID |
motion_create_project | Create a new project in Motion |
motion_get_comments | Get comments for a specific task |
motion_create_comment | Create a comment on a task |
For more details about tool input schema, use the get_tools API.