# Sub Statuses

Lawmatics MCP server · 5 tools

## Tools

- [Create Sub Status](/integrations/lawmatics/sub-statuses/create-sub-status/) — Create a matter sub status in Lawmatics. The response includes a `relationships` envelope of {id,type} pointers to the creating user and the matters (prospects) carrying this sub status.

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

- [Get Sub Status](/integrations/lawmatics/sub-statuses/get-sub-status/) — Fetch a single matter sub status from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the creating user and the matters (prospects) carrying this sub status.

- [List Sub Statuses](/integrations/lawmatics/sub-statuses/list-sub-statuses/) — List matter sub statuses from Lawmatics with optional pagination and sorting. Rows carry a `relationships` envelope with a to-one {id,type} pointer to the creating user; use get-sub-status for the full envelope including the matters (prospects) carrying each sub status.

- [Update Sub Status](/integrations/lawmatics/sub-statuses/update-sub-status/) — Update an existing matter sub status in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to the creating user and the matters (prospects) carrying this sub status.
