Attention
Revenue conversation intelligence, transcripts, teams, users, calendar events, and conversation updates.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Attention API key with a minimal conversations request. | Validate the Attention API key with a minimal conversations request. |
list_conversationsList Attention conversations with optimized pagination and explicit transcript/intelligence includes. | List Attention conversations with optimized pagination and explicit transcript/intelligence includes. |
get_conversationGet one Attention conversation by ID with optional detailed transcript and intelligence fields. | Get one Attention conversation by ID with optional detailed transcript and intelligence fields. |
get_conversation_by_external_idLook up an Attention conversation using an external ID. | Look up an Attention conversation using an external ID. |
update_conversation_titleChange the title of an Attention conversation. | Change the title of an Attention conversation. |
change_conversation_privacySet an Attention conversation privacy state to private or public. | Set an Attention conversation privacy state to private or public. |
archive_conversationArchive an Attention conversation by ID. | Archive an Attention conversation by ID. |
generate_media_download_urlGenerate an Attention conversation media download URL. | Generate an Attention conversation media download URL. |
list_teamsList Attention teams. | List Attention teams. |
list_usersList Attention users and their team/role metadata. | List Attention users and their team/role metadata. |
list_calendar_eventsList paginated calendar events for an Attention user. | List paginated calendar events for an Attention user. |
Triggers
| Name | Description |
|---|---|
new_conversationPoll Attention conversations and trigger for newly visible conversations after the first baseline run. | Poll Attention conversations and trigger for newly visible conversations after the first baseline run. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('attention', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'attention',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Attention to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Attention support?
Attention supports 11 tools including Validate Connection, List Conversations, Get Conversation, Get Conversation By External ID, Update Conversation Title, and more.
Can I use Attention with AI agents?
Yes. Add Attention 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 Attention to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Attention as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Attention tools exposed by that workspace.
Does Attention 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 Attention work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Attention?
Attention exposes 11 tools, including Validate Connection, List Conversations, Get Conversation, Get Conversation By External ID, Update Conversation Title, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Attention be used in stateful agent workflows?
Yes. Agents can combine Attention 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 Attention use?
Attention uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Attention integration cost?
The Attention integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Attention support?
Attention supports 1 triggers including New Conversation.
Connect Attention in minutes
Get 20,000 free action executions every month. No credit card required.