Skip to main content
Tool name get_filter_options
Read-only · Idempotent
Returns valid filter values (countries, domains, tags, devices) for use with other tools.

Example prompt

What countries and devices can I filter by in my workspaces?

Parameters

include
enum[]
Which dimensions to include in the response. each one of: domains, tags, countries, devices.
workspace_ids
string[]
required
Workspaces whose filter values are aggregated into a single flat list, not broken down by workspace. min 1 item.

Returns

countries
Map_String object
ISO 3166-1 alpha-3 country codes mapped to country names.
devices
string[]
Available device types.
domains
string[]
Domains filterable across the requested workspaces.
tags
string[]
Cohort tags filterable across the requested workspaces.