Lawmatics
Legal CRM and client intake automation for contacts, matters, notes, pipelines, and webhook events.
Tools
| Name | Description |
|---|---|
list_contactsList Lawmatics contacts with narrow pagination. | List Lawmatics contacts with narrow pagination. |
get_contactGet one Lawmatics contact by ID. | Get one Lawmatics contact by ID. |
create_contactCreate a Lawmatics contact. | Create a Lawmatics contact. |
update_contactUpdate a Lawmatics contact by ID. | Update a Lawmatics contact by ID. |
delete_contactDelete a Lawmatics contact by ID. | Delete a Lawmatics contact by ID. |
list_mattersList Lawmatics matters/prospects with narrow filters. | List Lawmatics matters/prospects with narrow filters. |
get_matterGet one Lawmatics matter by ID. | Get one Lawmatics matter by ID. |
create_matterCreate a Lawmatics matter/prospect. | Create a Lawmatics matter/prospect. |
update_matterUpdate a Lawmatics matter by ID. | Update a Lawmatics matter by ID. |
delete_matterDelete a Lawmatics matter by ID. | Delete a Lawmatics matter by ID. |
list_pipelinesList Lawmatics pipelines. | List Lawmatics pipelines. |
create_noteCreate a Lawmatics note. | Create a Lawmatics note. |
get_noteGet one Lawmatics note by ID. | Get one Lawmatics note by ID. |
update_noteUpdate a Lawmatics note by ID. | Update a Lawmatics note by ID. |
delete_noteDelete a Lawmatics note by ID. | Delete a Lawmatics note by ID. |
custom_api_callMake a bounded custom call to the Lawmatics API. | Make a bounded custom call to the Lawmatics API. |
Triggers
| Name | Description |
|---|---|
contact_createdTriggers when a new Lawmatics contact is created after the first-run baseline. | Triggers when a new Lawmatics contact is created after the first-run baseline. |
matter_updatedTriggers when a Lawmatics matter has a newer updated timestamp after the first-run baseline. | Triggers when a Lawmatics matter has a newer updated timestamp after the first-run baseline. |
webhook_eventReceive Lawmatics outbound webhook payloads after configuring this Weavz webhook URL in Lawmatics Developer Tools. | Receive Lawmatics outbound webhook payloads after configuring this Weavz webhook URL in Lawmatics Developer Tools. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('lawmatics', 'list_contacts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'lawmatics',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Lawmatics to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Lawmatics support?
Lawmatics supports 16 tools including List Contacts, Get Contact, Create Contact, Update Contact, Delete Contact, and more.
Can I use Lawmatics with AI agents?
Yes. Add Lawmatics to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Lawmatics to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Lawmatics as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Lawmatics tools exposed by that workspace.
Does Lawmatics work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Lawmatics work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Lawmatics?
Lawmatics exposes 16 tools, including List Contacts, Get Contact, Create Contact, Update Contact, Delete Contact, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Lawmatics be used in stateful agent workflows?
Yes. Agents can combine Lawmatics tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Lawmatics use?
Lawmatics uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Lawmatics integration cost?
The Lawmatics integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Lawmatics support?
Lawmatics supports 3 triggers including Contact Created, Matter Updated, Webhook Event.
Connect Lawmatics in minutes
Get 20,000 free action executions every month. No credit card required.