Weavz
PracticePanther

PracticePanther

Legal practice management for matters, contacts, tasks, billing, and firm CRM workflows.

33 tools
6 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_matters

List PracticePanther matters with optional status and date filters.

get_matter

Get details of a specific PracticePanther matter by ID.

create_matter

Create a PracticePanther matter using the official matters payload.

update_matter

Update a PracticePanther matter by ID.

delete_matter

Delete a PracticePanther matter by ID. This removes the selected record in PracticePanther.

list_contacts

List PracticePanther contacts.

create_contact

Create a PracticePanther contact.

update_contact

Update a PracticePanther contact by ID.

delete_contact

Delete a PracticePanther contact by ID. This removes the selected record in PracticePanther.

list_tasks

List PracticePanther tasks.

create_task

Create a PracticePanther task using the official tasks payload.

update_task

Update a PracticePanther task by ID.

delete_task

Delete a PracticePanther task by ID. This removes the selected record in PracticePanther.

list_notes

List PracticePanther notes.

create_note

Create a PracticePanther note.

update_note

Update a PracticePanther note by ID.

delete_note

Delete a PracticePanther note by ID. This removes the selected record in PracticePanther.

list_time_entries

List PracticePanther time entries.

create_time_entry

Create a PracticePanther time entry.

update_time_entry

Update a PracticePanther time entry by ID.

delete_time_entry

Delete a PracticePanther time entry by ID. This removes the selected record in PracticePanther.

list_events

List PracticePanther calendar events.

create_event

Create a PracticePanther calendar event.

update_event

Update a PracticePanther event by ID.

delete_event

Delete a PracticePanther event by ID. This removes the selected record in PracticePanther.

list_expenses

List PracticePanther expense records.

create_expense

Create a PracticePanther expense record.

update_expense

Update a PracticePanther expense by ID.

delete_expense

Delete a PracticePanther expense by ID. This removes the selected record in PracticePanther.

list_invoices

List PracticePanther invoices.

delete_invoice

Delete a PracticePanther invoice by ID. This removes the selected record in PracticePanther.

list_payments

List PracticePanther payment records.

delete_payment

Delete a PracticePanther payment by ID. This removes the selected record in PracticePanther.

Triggers

Name
new_matter

Triggers when a PracticePanther matter is created.

updated_matter

Triggers when a PracticePanther matter is updated.

new_contact

Triggers when a PracticePanther contact is created.

updated_contact

Triggers when a PracticePanther contact is updated.

new_task

Triggers when a PracticePanther task is created.

updated_task

Triggers when a PracticePanther task is updated.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('practice-panther', 'list_matters', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'practice-panther',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect PracticePanther 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 PracticePanther support?

PracticePanther supports 33 tools including List Matters, Get Matter, Create Matter, Update Matter, Delete Matter, and more.

Can I use PracticePanther with AI agents?

Yes. Add PracticePanther 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 PracticePanther to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add PracticePanther as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped PracticePanther tools exposed by that workspace.

Does PracticePanther 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 PracticePanther work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with PracticePanther?

PracticePanther exposes 33 tools, including List Matters, Get Matter, Create Matter, Update Matter, Delete Matter, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can PracticePanther be used in stateful agent workflows?

Yes. Agents can combine PracticePanther 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 PracticePanther use?

PracticePanther uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the PracticePanther integration cost?

The PracticePanther integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does PracticePanther support?

PracticePanther supports 6 triggers including New Matter, Updated Matter, New Contact, Updated Contact, New Task, and more.

Connect PracticePanther in minutes

Get 20,000 free action executions every month. No credit card required.