# Practice Areas

Lawmatics MCP server · 5 tools

## Tools

- [Create Practice Area](/integrations/lawmatics/practice-areas/create-practice-area/) — Create a practice area in Lawmatics. The response includes a `relationships` envelope of {id,type} pointers to the matters (prospects) assigned to it (empty for a newly created area).

- [Delete Practice Area](/integrations/lawmatics/practice-areas/delete-practice-area/) — Delete a practice area from Lawmatics by ID. This is irreversible.

- [Get Practice Area](/integrations/lawmatics/practice-areas/get-practice-area/) — Fetch a single practice area from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the matters (prospects) assigned to it.

- [List Practice Areas](/integrations/lawmatics/practice-areas/list-practice-areas/) — List practice areas from Lawmatics with optional pagination and sorting.

- [Update Practice Area](/integrations/lawmatics/practice-areas/update-practice-area/) — Update an existing practice area in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to the matters (prospects) assigned to it.
