Opens your browser to Clio's login page and stores your credentials securely
Shows whether you are currently authenticated and when your session expires
Clears your stored credentials from this machine
Lists matters with optional status filter, including custom field values; returns a paginated envelope with `total_count`, `has_more`, and `next_page_token
Returns full detail for a specific matter, including its Maildrop forwarding address and custom field values
Creates a new matter; status defaults to Open, billable defaults to true
Updates one or more fields on an existing matter, including its stage and custom field values
Lists the account's custom field definitions with their types, and for picklist fields their allowed options. Call this before reading or writing custom fields
Creates a new custom field definition. Use the returned `id` as `custom_field_id` in `create_matter` / `update_matter` to set its value
Lists the account's matter stages (Pre-Suit, Discovery, Settlement and so on) grouped by practice area and in pipeline order. Call this before setting `matter_stage_id`; moving a matter into a stage can trigger the Clio workflows and tasks attached to it
Searches contacts by name, email, or company; returns a paginated envelope with `total_count`, `has_more`, and `next_page_token`; pass the token back to fetch the next page
Returns full detail for a specific contact including all emails, phone numbers, addresses, and custom field values
+24 more tools listed on main page