Skip to main content
Glama
hermoso-ai

Hermoso

Official

List Google business listings

list_business_locations
Read-only

Get Google Business Profile listings shared with your brand (ID, title, address, website, Maps link). Run before posting to let the user pick the correct storefront when multiple locations exist.

Instructions

List the Google Business Profile listings SHARED WITH THIS BRAND — id, title, address, website and Maps link. These are the only listings anything here can post to or read: one Google login often manages several businesses (an agency manages its clients’), and the user ticks which of them belong to this brand. Call this before posting whenever more than one is shared and let the USER pick: a Post on the wrong storefront is a public mistake Hermoso will not make for them. If nothing is shared, ask the user to choose — list_connector_accounts("google_business") then set_connector_accounts — and never name or guess a listing. Read-only, 0 credits. Needs Google Business Profile connected (Settings ▸ Connectors ▸ Google Business Profile).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.161

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and non-destructive behavior, and the description reinforces this with 'Read-only, 0 credits.' It adds valuable operational context: the results are scoped to the brand, multiple businesses may share one Google login, and the agent must ask the user rather than guess the right listing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence earns its place: scope, output fields, usage rule, user-selection requirement, fallback procedure, safety note, and prerequisite. It is front-loaded with the core purpose and reads naturally without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even without an output schema, the description fully explains what the tool returns, when to call it, what to do when multiple listings are shared, what to do when none are shared, and the connector prerequisite. An agent has everything needed to invoke this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The parameter count is 0 and schema coverage is 100%, so there are no parameter semantics to document. The baseline for zero-parameter tools is 4, and the description appropriately focuses on output fields and selection behavior instead.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource: listing Google Business Profile listings shared with the current brand, including exact output fields. It clearly distinguishes this from other list_* tools by emphasizing the brand-scoping, which is essential for avoiding posting to the wrong storefront.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says to call this before posting when more than one listing is shared and to let the user pick. It also provides the exact fallback path when nothing is shared: use list_connector_accounts('google_business') and set_connector_accounts, and never guess a listing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools