# Relationships

Lawmatics MCP server · 5 tools

## Tools

- [Create Relationship](/integrations/lawmatics/relationships/create-relationship/) — Create a relationship linking a matter to a contact with a relationship type (e.g. Spouse, Child, Attorney) in Lawmatics. Use list-relationship-types to discover valid relationship type IDs. If the relationship type allows multiple, a matter can have more than one relationship.

- [Delete Relationship](/integrations/lawmatics/relationships/delete-relationship/) — Delete a relationship from Lawmatics by ID. This is irreversible.

- [Get Relationship](/integrations/lawmatics/relationships/get-relationship/) — Fetch a single relationship from Lawmatics by ID, including the linked matter, contact, and relationship type.

- [List Relationships](/integrations/lawmatics/relationships/list-relationships/) — List relationships from Lawmatics with optional pagination. Each relationship links a matter to a contact with a relationship type (e.g. Spouse, Child, Attorney).

- [Update Relationship](/integrations/lawmatics/relationships/update-relationship/) — Update an existing relationship in Lawmatics by ID — re-link it to a different matter or contact, or change its relationship type. All three IDs are required (the API replaces the full link); fetch the current values with get-relationship first when changing only one side.
