Skip to main content
Glama

busca_google_lugares

Read-onlyIdempotent

Busca estabelecimentos no Google com endereço, telefone, site, nota e número de avaliações. É a ferramenta de prospecção local: uma consulta por cidade ou bairro devolve a lista pronta para contato. Aceita até 100 consultas por chamada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paisNo
localNo
idiomaNo
limiteNo
paginaNo
periodoNo
consultasYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added
  4. Removed
  5. Added
  6. Removed
  7. Added
  8. Removed
  9. Added
  10. Removed
  11. Added
  12. Removed
  13. Added
  14. Removed
  15. Added
  16. Removed
  17. Added
  18. Removed
  19. Added
  20. Removed
  21. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark readOnly, idempotent, and non-destructive, so the description does not need to restate safety. It adds concrete behavior: up to 100 queries per call, per-city/neighborhood querying, and the returned contact fields. No contradiction with annotations.

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?

Three sentences, each adds distinct value: output fields, use case, and batch limit. Information is front-loaded with the most important details and there is no filler.

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

Completeness3/5

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

The description states the return fields and the core usage pattern, which is important given there is no output schema. However, with 7 parameters and no schema descriptions, an agent has to infer several optional parameters and the exact response format. Adequate but with clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must carry parameter semantics. It clarifies that a query is by city or neighborhood and that up to 100 queries are accepted, addressing `consultas`, but it leaves pais, local, idioma, limite, pagina, and periodo entirely unexplained. This partial compensation is insufficient for a 7-parameter tool.

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?

States it searches Google establishments and returns address, phone, website, rating, and review count. Positions itself as 'a ferramenta de prospecção local', which distinguishes it from sibling Google-search tools. This is a specific verb+resource description, not a tautology.

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

Usage Guidelines4/5

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

Explicitly frames the tool as local prospecting and says one query per city or neighborhood returns a contact-ready list. It gives clear context for when to use it but does not name sibling alternatives or state when not to use it, so it stops short of a full 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.