Weavz
Clarify

Clarify

Manage Clarify CRM records, lists, comments, and activity context.

10 tools

Tools

Name
get_record

Get a Clarify CRM record by workspace, object, and record ID.

create_record

Create a Clarify CRM record for any object type.

update_record

Patch a Clarify CRM record by ID.

bulk_create_records

Create multiple Clarify records for one object with the official bulk endpoint.

list_record_activities

List activities attached to a Clarify record.

list_workspace_lists

List Clarify lists across the workspace.

list_object_lists

List Clarify saved lists for one object type.

get_list

Get one Clarify saved list for an object.

create_comment

Create a Clarify comment using the official comments payload.

get_comment

Get a Clarify comment by ID.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Clarify to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Clarify support?

Clarify supports 10 tools including Get Record, Create Record, Update Record, Bulk Create Records, List Record Activities, and more.

Can I use Clarify with AI agents?

Yes. Add Clarify 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.

Can Clarify be used in stateful agent workflows?

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

Clarify uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Clarify integration cost?

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

Connect Clarify in minutes

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