Modem

Modem turns customer conversations into structured topics, people, and company insights for analysis and workflow automation.

30 actions Integration catalog
Request access
Connect Modem once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add People to CompanyMODEM_ADD_PEOPLE_TO_COMPANY
Associate one or more existing people with an existing company. People already associated with the company are reported as skipped. This changes company membership, and the approved API surface has no inverse removal operation.
Create CompaniesMODEM_CREATE_COMPANIES
Create one to 50 companies in one batch. Each item succeeds or fails independently; use a one-item array to create one company.
Create PeopleMODEM_CREATE_PEOPLE
Create one to 50 people in one batch. Each item succeeds or fails independently; use a one-item array to create one person.
Get ChannelMODEM_GET_CHANNEL
Get one channel's source details, connection state, context, timestamps, and message count by UUID.
Get CompanyMODEM_GET_COMPANY
Get one company's core details, connection values, domain, logo, and VIP status by decimal ID.
Get Company ActivityMODEM_GET_COMPANY_ACTIVITY
Get one company's message count, weekly activity series, and source-level message breakdown.
Get Company HistoryMODEM_GET_COMPANY_HISTORY
Get up to 50 company audit records plus merge history. The API reports the total audit count but exposes no cursor or page parameter, so this tool cannot retrieve records beyond the requested limit.
Get Company IdentitiesMODEM_GET_COMPANY_IDENTITIES
Get external platform identities linked to one company by Modem's identify operation.
Get Current OrganizationMODEM_GET_CURRENT_ORGANIZATION
Return the organization selected by the connected API key. Use this as an authentication smoke test and to confirm the active tenant; it returns no member, credential, or plan details.
Get PersonMODEM_GET_PERSON
Get one person's complete profile, including company, connections, tags, sources, timestamps, identities, and message activity aggregates.
Get Person HistoryMODEM_GET_PERSON_HISTORY
Get up to 50 person audit records plus merge history. The API reports the total audit count but exposes no cursor or page parameter, so this tool cannot retrieve records beyond the requested limit.
Get Person IdentitiesMODEM_GET_PERSON_IDENTITIES
Get all external platform identities linked to one person.
Get Person Source StatsMODEM_GET_PERSON_SOURCE_STATS
Get one person's message counts broken down by source platform.
Get TopicMODEM_GET_TOPIC
Get one topic's complete details, including its summary, classification, lifecycle, priority, keywords, time range, archive state, and event count.
Get Topic GroupsMODEM_GET_TOPIC_GROUPS
Get every message group assigned to one topic in ascending or descending group-time order. Modem does not paginate or limit this endpoint, so topics with many deeply nested messages can return a large response.
Get Topic HistoryMODEM_GET_TOPIC_HISTORY
Get up to 50 topic audit records plus action and merge history. The API reports the total audit count but exposes no cursor or page parameter, so this tool cannot retrieve audit records beyond the requested limit.
Get Topic PeopleMODEM_GET_TOPIC_PEOPLE
Get every unique person who participated in one topic, including source identities, company, profile, VIP state, and contribution count.
Identify External RecordsMODEM_IDENTIFY_EXTERNAL_RECORDS
Upsert links from external platform records to Modem people and companies in batches of 50. Modem matches platform identities before natural keys, can create records only from the documented creation fields, links resolved memberships, and reports probable duplicate conflicts without merging them.
List ChannelsMODEM_LIST_CHANNELS
List organization channels with connection state and message counts, optionally filtered by source, name, or channel IDs.
List CompaniesMODEM_LIST_COMPANIES
List companies with person and message aggregates, optionally searching and sorting the result. Returns one page and an opaque continuation cursor.
List GroupsMODEM_LIST_GROUPS
List message groups for exactly one company or one person, returning compact message content and topic context one page at a time.
List PeopleMODEM_LIST_PEOPLE
List people with aggregated message statistics, optionally filtering by search text, ecosystem tags, or company and sorting the result. Returns one page and an opaque continuation cursor.
List and Search TopicsMODEM_LIST_TOPICS
List or search topics by keywords or semantic meaning with organization, participant, source, status, date, and classification filters, one page at a time. Semantic search takes precedence when both search modes are supplied.
Merge Companies IrreversiblyMODEM_MERGE_COMPANIES
Irreversibly merge one or more source companies into one surviving target. All domains, person associations, and Slack workspaces move to the target, and source records cannot be restored by this API. Requires explicit confirm_irreversible=true. Supply an Idempotency-Key when retrying the same merge to avoid applying it twice.
Merge People IrreversiblyMODEM_MERGE_PEOPLE
Irreversibly merge one or more source people into one surviving target. All identities, emails, and company associations move to the target, and source records cannot be restored by this API. Requires explicit confirm_irreversible=true. Supply an Idempotency-Key when retrying the same merge to avoid applying it twice.
Merge Topics IrreversiblyMODEM_MERGE_TOPICS
Irreversibly merge 1 to 50 source topics into one surviving target. Modem archives and marks every source as merged, then copies their group and event associations to the target; this API cannot undo the merge. Requires explicit confirm_irreversible=true. Supply an Idempotency-Key when retrying an identical merge to avoid applying it twice.
Update CompaniesMODEM_UPDATE_COMPANIES
Update one to 50 companies in one batch. Omitted fields remain unchanged, explicit null values clear nullable fields, and each item reports success independently.
Update PeopleMODEM_UPDATE_PEOPLE
Update one to 50 people in one batch. Omitted fields remain unchanged, explicit null values clear nullable fields, and each item reports success independently.
Update TopicMODEM_UPDATE_TOPIC
Update one topic's priority, lifecycle, issue type, complete keyword list, or archive state. Omitted fields remain unchanged; issue_type=null clears the classification.
Update TopicsMODEM_UPDATE_TOPICS
Set priority or archive state for one to 100 topics at once. Provide at least one change, use archived=false to unarchive, and provide an archive reason only with archived=true.