listAudiences
Retrieves all available audiences from Adobe Target, providing IDs and names so you can select the right audience for activity targeting.
Instructions
List all audiences available in Adobe Target.
USAGE: Use this tool to retrieve available audiences when creating activities with audience targeting. Each audience object contains an 'id' (number) and 'name' (string) that you can display to the user.
WORKFLOW:
Call this tool to get list of audiences
Present audiences to user in a clear format (e.g., "1) Mobile Users (ID: 12345), 2) Desktop Users (ID: 67890)")
User selects audience by name or number
Extract the audience ID from the selected audience
Pass the ID(s) to createActivityFromModifications via the audienceIds parameter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of audiences to return | |
| offset | No | Number of audiences to skip |