# Relationship Types

Lawmatics MCP server · 4 tools

## Tools

- [Create Relationship Type](/integrations/lawmatics/relationship-types/create-relationship-type/) — Create a relationship type in Lawmatics. The response includes a `relationships` envelope of {id,type} pointers to related records (creating user, custom fields).

- [Get Relationship Type](/integrations/lawmatics/relationship-types/get-relationship-type/) — Fetch a single relationship type from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to related records (creating user, custom fields).

- [List Relationship Types](/integrations/lawmatics/relationship-types/list-relationship-types/) — List relationship types from Lawmatics with optional pagination and sorting. Rows carry name, repeatability, and a `relationships` envelope of to-one {id,type} pointers (creating user); use get-relationship-type for the full envelope including to-many custom fields.

- [Update Relationship Type](/integrations/lawmatics/relationship-types/update-relationship-type/) — Update an existing relationship type in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to related records (creating user, custom fields).
