List available attributes
list_attribute_metadataDiscover legal attributes for a Google Business location or category/region. Get value types, repeatability, and accepted values to guide updates.
Instructions
Lists which attributes (e.g. wheelchair accessibility, wi-fi, payment options) are legal for a location or for a category+region. Pass locationId for a concrete location, OR categoryName+regionCode to explore. Each entry has parent (the attribute id for update_location_attributes), valueType (BOOL / ENUM / REPEATED_ENUM / URL), displayName, repeatable and valueMetadata (legal values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| showAll | No | Return the whole attribute catalog (requires regionCode + languageCode). | |
| pageSize | No | Attributes per page (default 200). | |
| pageToken | No | nextPageToken from the previous page. | |
| locationId | No | Location id to list attributes for (alternative to categoryName+regionCode). | |
| regionCode | No | ISO 3166-1 alpha-2 country code (with categoryName). | |
| categoryName | No | Category, e.g. "gcid:restaurant" or "categories/gcid:restaurant". | |
| languageCode | No | BCP 47 language for display names. |