# Task Statuses

Lawmatics MCP server · 5 tools

## Tools

- [Create Task Status](/integrations/lawmatics/task-statuses/create-task-status/) — Create a task status in Lawmatics with a name and hex color. Task statuses categorize and track the progress of tasks in the firm's workflow. The response includes a `relationships` envelope of {id,type} pointers to the tasks assigned this status.

- [Delete Task Status](/integrations/lawmatics/task-statuses/delete-task-status/) — Delete a task status from Lawmatics by ID. This is irreversible.

- [Get Task Status](/integrations/lawmatics/task-statuses/get-task-status/) — Fetch a single task status from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the tasks assigned this status.

- [List Task Statuses](/integrations/lawmatics/task-statuses/list-task-statuses/) — List task statuses from Lawmatics with optional pagination and sorting.

- [Update Task Status](/integrations/lawmatics/task-statuses/update-task-status/) — Update an existing task status in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to the tasks assigned this status.
