Relationships
The Relationships 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 Relationships tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics relationships data.
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
Delete a relationship from Lawmatics by ID. This is irreversible.
Get Relationship
Fetch a single relationship from Lawmatics by ID, including the linked matter, contact, and relationship type.
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
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.
Related Categories