Skip to main content
Tool name get_cohort_detail
Read-only · Idempotent
Returns metadata for specific cohorts: name, type, state, tags, subject entity, description, creation time, 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

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

Returns

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