Task Statuses
The Task Statuses category of the Lawmatics MCP server exposes 5 Lawmatics tools you can call directly from Claude, ChatGPT, or any MCP client through Weave Legal. Each Task Statuses tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics task statuses data.
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
Delete a task status from Lawmatics by ID. This is irreversible.
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
List task statuses from Lawmatics with optional pagination and sorting.
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.