create_task
Create a new task in a Motion workspace. Supports setting priority, due dates, deadlines, auto-scheduling, project association, labels, and assignee. Motion will automatically schedule the task based on the provided parameters.
delete_task
Permanently delete a task from Motion. This action cannot be undone.
list_users
List users in a workspace or team. Returns paginated user profiles with name and email. Also retrieves the authenticated user's own profile.
list_projects
List projects in Motion with optional workspace filtering. Returns project details including status, custom field values, and timestamps. Use the cursor for pagination.
create_recurring_task
Create a recurring task in Motion that repeats on a configurable schedule. Supports setting frequency, duration, ideal scheduling time, priority, and assignee.
delete_recurring_task
Permanently delete a recurring task from Motion. This stops future recurrences but does not affect already-created task instances.
get_project
Retrieve a single project by its ID. Returns full project details including status, custom field values, and timestamps.
get_task
Retrieve a single task by its ID. Returns full task details including scheduling information, assignees, labels, custom field values, and project association.
list_tasks
List tasks from Motion workspaces with optional filtering by workspace, project, assignee, status, label, or name. Returns paginated results. If no workspace is specified, returns tasks from all workspaces.
create_project
Create a new project in a Motion workspace. Projects act as containers for tasks and can have their own due dates, descriptions, labels, and priorities.
create_custom_field
Create a new custom field in a workspace. Supports types: text, number, url, date, select, multiSelect, person, multiPerson, email, phone, checkbox, and relatedTo. Select fields can include predefined options with colors.
set_custom_field_value
Set a custom field value on a task or project. Can also remove a custom field value by providing the value ID to remove.
list_custom_fields
List all custom fields defined in a workspace. Returns field IDs and types that can be used when setting custom field values on tasks and projects.
list_workspaces
List all workspaces the authenticated user has access to. Returns workspace details including available labels and statuses. Can also retrieve specific workspaces by their IDs.
list_recurring_tasks
List all recurring tasks for a given workspace. Returns paginated results with task details, assignees, and scheduling information.
create_comment
Add a comment to a task in Motion. Comments support GitHub Flavored Markdown for rich text formatting.
list_schedules
Retrieve all schedules configured for the authenticated user. Schedules define time blocks (e.g., "Work Hours") that control when Motion's auto-scheduling can place tasks.
delete_custom_field
Permanently delete a custom field from a workspace. This removes the field definition and all its values from tasks and projects.
update_task
Update an existing task's properties. Can modify the name, description, due date, duration, priority, status, labels, assignee, project, and auto-scheduling settings. Also supports moving a task to a different workspace (which resets project, status, labels, and assignee) and unassigning a task.
list_comments
List all comments on a specific task. Returns paginated results with comment content and creator information.
list_statuses
List all available statuses for a workspace. Shows which statuses are default and which represent resolved/completed states.