View as .md ↗
Lawmatics

Lawmatics

MCP server · Practice Management · lawmatics.com · 40 categories · 177 tools

Lawmatics is a legal CRM, client intake, and marketing automation platform for law firms. This integration exposes contacts, companies, matters, billing (invoices, transactions, expenses, time entries), tasks, documents, events, and marketing data as governed MCP tools, scoped per member by access level.

Get Collection (lawmatics_get-collection)

Fetch a single Collection from Lawmatics by ID, including its custom field schema definitions.

Tool Input

collectionIdstringrequired— ID of the collection to retrieve; a numeric string(pattern: ^\d+$)

Tool Output

idstringrequired— Unique ID of the collection
namestringrequired— Name of the collection
customFieldsarrayrequired— Custom field definitions that make up the schema of this collection's items
[]object
idstringrequired— Unique ID of the custom field definition
namestringrequired— Display name of the custom field
fieldTypestringrequired— Type of the field (e.g. text, currency, list, multi_picklist, string, date)
visibilitystringrequired— Visibility setting of the field as reported by Lawmatics (e.g. "default")
listOptionsarray— Selectable options; present only for list and multi_picklist field types
1 field
[]object
2 fields
idstringrequired— Unique ID of the list option
namestringrequired— Display name of the selectable option
createdAtstringrequired— When the custom field was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the custom field was last updated, as an ISO 8601 timestamp
createdAtstringrequired— When the collection was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the collection was last updated, as an ISO 8601 timestamp

Related Tools