Skip to main content
Glama

search_local_businesses

Read-only

Search Google Maps for local businesses matching a query and location. Returns business name, complete address, star rating, review count, phone number, website URL, and business category. Use for restaurant discovery, service provider lookup, or competitive local analysis. Returns open/closed status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesBusiness type or name to find (e.g. 'plumbers near me', 'Thai restaurants', 'Starbucks')
locationNoGeographic location as city, zip code, or address (e.g. 'Los Angeles, CA', '90210', '1600 Pennsylvania Ave')
max_resultsNoNumber of business results to return (default 10, max 50 for large searches)

TDQS

A4.1/5.0
Behavior4/5

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

Annotations declare readOnlyHint and openWorldHint; the description adds output details (business name, address, rating, etc.) and notes open/closed status. It does not contradict annotations and gives a good picture of expected results, though it lacks caveats like rate limits.

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

Conciseness4/5

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

Three sentences: purpose, return fields, and use cases. All are informative, but 'Returns open/closed status' could be folded into the list of return fields to reduce redundancy.

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

Completeness4/5

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

With no output schema, the description lists the key return fields and use cases, making it reasonably complete. It doesn't explain behavior when location is omitted, but for a read-only search with well-documented schema, this is sufficient.

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

Parameters3/5

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

Schema covers all three parameters with detailed descriptions and examples (query, location, max_results). The description only references 'query and location' generically, adding no extra parameter semantics beyond the schema.

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 clearly states 'Search Google Maps for local businesses matching a query and location' with a specific verb, resource, and scope. It also enumerates return fields and differentiates from sibling tools like generate_leads and validate_emails.

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?

Provides explicit use cases ('restaurant discovery, service provider lookup, or competitive local analysis') but does not mention exclusions or alternative tools. The sibling tools are clearly different in purpose, so context is clear.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Each tool has a distinct purpose: lead generation, local search, and email validation. However, the inclusion of email validation alongside Google Maps tools may cause confusion about the server's core domain, but the tools themselves are easily distinguishable.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (generate_leads, search_local_businesses, validate_emails), using underscores and clear action-object pairs.

Tool Count3/5

With only 3 tools, the server feels thin for a domain as broad as Google Maps and local business. The count is borderline but not extreme, especially given the inclusion of an unrelated email validation tool.

Completeness2/5

The server provides only two local business tools (search and lead generation), missing essential operations like getting detailed business info, directions, reviews, or location queries. The email validation tool is out of scope and does not fill any obvious gap in the local business domain.

Resources