Google Super
GOOGLESUPER_GET_AUDIENCE_LIST
Tool to get configuration metadata about a specific audience list. Use after confirming the audience list resource name.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_AUDIENCE_LIST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"pattern": "^properties/[^/]+/audienceLists/[^/]+$",
"examples": [
"properties/1234/audienceLists/5678"
],
"description": "Required. The resource name of the Audience List to retrieve. Format: properties/{property}/audienceLists/{audienceList}."
}
}
}