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 Item (lawmatics_get-collection-item)

Fetch a single collection item from Lawmatics by ID, including its cell values and the matter it is attached to.

Tool Input

collectionItemIdstringrequired— ID of the collection item to fetch; a numeric string(pattern: ^\d+$)

Tool Output

idstringrequired— Unique ID of the collection item
collectionIdstringrequired— ID of the parent Collection this item belongs to, as a numeric string
ownerTypestringrequired— Type of the record this item is attached to as returned by the API — always "Prospect" (a matter) today; the live API rejects other record types on create
ownerIdstringrequired— ID of the record this item is attached to, as a numeric string
customFieldValuesarrayrequired— Cell values stored on this item, one per Collection custom field; empty if none
[]object
idstringrequired— ID of this stored cell value row, as a numeric string
customFieldIdstringrequired— ID of the Collection custom field definition this value belongs to, as a numeric string
namestringnullrequired— Custom field display name; null if not reported
fieldTypestringnullrequired— Custom field data type (e.g. text, date, select); null if not reported
valueanyrequired— Raw stored cell value; type varies by fieldType; null if unset
formattedValueanyrequired— Display-formatted cell value; type varies by fieldType; null if not reported
createdAtstringrequired— When the item was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the item was last updated, as an ISO 8601 timestamp

Related Tools