# Interactions

Lawmatics MCP server · 5 tools

## Tools

- [Create Interaction](/integrations/lawmatics/interactions/create-interaction/) — Log an interaction (e.g. a phone call, meeting, or email) on a matter in Lawmatics. Provide the matter ID, the kind of interaction, when it happened, and a description. Returns the created interaction with a `relationships` envelope of {id,type} pointers to the owning record (matter/prospect) and the user who created it.

- [Delete Interaction](/integrations/lawmatics/interactions/delete-interaction/) — Delete an interaction from Lawmatics by ID. This is irreversible.

- [Get Interaction](/integrations/lawmatics/interactions/get-interaction/) — Fetch a single interaction from Lawmatics by ID, including its type, description, when it happened, and a `relationships` envelope of {id,type} pointers to the owning record (matter/prospect) and the user who created it.

- [List Interactions](/integrations/lawmatics/interactions/list-interactions/) — List interactions from Lawmatics with optional pagination and sorting. Interactions are logged touchpoints (calls, meetings, emails) on a matter; each row carries a `relationships` envelope of to-one {id,type} pointers to the owning record (matter/prospect) and the user who created it.

- [Update Interaction](/integrations/lawmatics/interactions/update-interaction/) — Update an existing interaction in Lawmatics by ID. All of type, when it happened, and description must be provided (the API replaces the whole record); the matter it is logged on cannot be changed. Returns the updated interaction with a `relationships` envelope of {id,type} pointers to the owning record (matter/prospect) and the user who created it.
