Skip to main content
Tool name get_cohort_detail
Read-only · Idempotent
Returns metadata for specific cohorts: name, type, state, tags, owning workspace, and which of the requested workspaces the cohort is available in.

Example prompt

What type and state is the “Luxury Auto Intenders” cohort, and which of my workspaces can use it?

Parameters

cohort_ids
string[]
required
Cohort short ids to retrieve metadata for. Obtain these from search_cohorts. min 1 item.
workspace_ids
string[]
required
Workspaces to look the given cohorts up in. min 1 item.

Returns

found
Found[]
Cohorts that were found in the requested workspaces, each with its metadata.
not_found
NotFound[]
Cohorts that weren’t found in any of the requested workspaces.