AI & ML18 toolsPaste one API key
Specific integration for AI agents
Sales call analytics to drive revenue.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Specific once and call the same tools from all of them.
Setup
Connect Specific through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Specific exposes 18 tools through ClawLink. The 14 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
specific_get_my_workspace | Get current workspace information for the authenticated user | Read |
specific_list_companies | Query company records from the Specific platform via GraphQL | Read |
specific_list_conversations | Query conversation records (survey responses) from the Specific platform via GraphQL | Read |
specific_list_custom_fields | Query custom field definitions in the Specific platform | Read |
specific_list_sources | Retrieve all data sources from the Specific platform | Read |
specific_list_surveys | Retrieve multiple survey records from the Specific platform via GraphQL | Read |
specific_list_users | Query user accounts from the Specific platform via GraphQL | Read |
specific_create_company | Create a new company record in the Specific platform | Write |
specific_create_conversation | Create a new conversation (survey response) in the Specific platform | Write |
specific_create_or_update_company | Upsert a company record in the Specific platform (create if not exists, update if exists) | Write |
specific_create_or_update_user | Upsert a user record in the Specific platform (creates if not exists, updates if exists) | Write |
specific_create_user | Create a new user (contact) record in the Specific platform | Write |
specific_update_company | Update an existing company record in the Specific platform | Write |
specific_update_user | Modify an existing user record in the Specific platform via GraphQL mutation | Write |