Connect the Google Business Profile MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Business Profile: List available attributes — MCP tool

Google Business Profile MCP tool: Lists which attributes (e.g.

Technical name: list_attribute_metadata

What task it solves

I want to list available attributes.

Lists which attributes (e.g.

When to use it

Use this capability when you need “List available attributes” without doing the same work manually in the Google Business Profile interface. It runs only when an AI client calls it.

What to provide

  • locationIdoptional. Location id to list attributes for (alternative to categoryName+regionCode).
  • categoryNameoptional. Category, e.g. "gcid:restaurant" or "categories/gcid:restaurant".
  • regionCodeoptional. ISO 3166-1 alpha-2 country code (with categoryName).
  • languageCodeoptional. BCP 47 language for display names.
  • showAlloptional. Return the whole attribute catalog (requires regionCode + languageCode).
  • pageSizeoptional. Attributes per page (default 200).
  • pageTokenoptional. nextPageToken from the previous page.

What it returns

Returns compact JSON from the upstream API or a clear MCP tool error. The exact fields depend on the operation and are documented in the technical reference.

What changes in Google Business Profile

The tool reads Google Business Profile data and does not change it.

Example request

List available attributes in Google Business Profile. Ask for any required identifiers that are missing.

Errors and limitations

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).

Access also depends on token permissions, quotas, and upstream API limits.

Related MCP tools

Technical details