Clarify
Manage Clarify CRM records, lists, comments, and activity context.
Tools
| Name | Description |
|---|---|
get_recordGet a Clarify CRM record by workspace, object, and record ID. | Get a Clarify CRM record by workspace, object, and record ID. |
create_recordCreate a Clarify CRM record for any object type. | Create a Clarify CRM record for any object type. |
update_recordPatch a Clarify CRM record by ID. | Patch a Clarify CRM record by ID. |
bulk_create_recordsCreate multiple Clarify records for one object with the official bulk endpoint. | Create multiple Clarify records for one object with the official bulk endpoint. |
list_record_activitiesList activities attached to a Clarify record. | List activities attached to a Clarify record. |
list_workspace_listsList Clarify lists across the workspace. | List Clarify lists across the workspace. |
list_object_listsList Clarify saved lists for one object type. | List Clarify saved lists for one object type. |
get_listGet one Clarify saved list for an object. | Get one Clarify saved list for an object. |
create_commentCreate a Clarify comment using the official comments payload. | Create a Clarify comment using the official comments payload. |
get_commentGet a Clarify comment by ID. | Get a Clarify comment by ID. |
Quick Start
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.
How do I connect Clarify to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Clarify as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Clarify tools exposed by that workspace.
Does Clarify 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 Clarify work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Clarify?
Clarify exposes 10 tools, including Get Record, Create Record, Update Record, Bulk Create Records, List Record Activities, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.