Skip to main content
Tool name search_cohorts
Read-only · Idempotent
Searches for cohorts matching a natural language query across one or more workspaces.

Example prompt

Find cohorts of high-income readers interested in luxury cars and premium lifestyle content.

Parameters

limit
integer (int32)
Maximum number of cohorts to return. Defaults to 20.
max_users
integer (int64)
Only include cohorts with at most this many users. Omit for no upper bound.
min_users
integer (int64)
Only include cohorts with at least this many users. Omit for no lower bound.
query
string
required
The keywords, persona or campaign description to match.
workspace_ids
string[]
required
Workspaces to search across. min 1 item.

Returns

cohorts
CohortSearchResult[]
Cohorts matching the query, ranked by relevance (most relevant first).