Sub Statuses
The Sub 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 Sub Statuses tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics sub statuses data.
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
Delete a matter sub status from Lawmatics by ID. This is irreversible.
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
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
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.
Related Categories