Skip to main content
Glama
BACH-AI-Tools

Local Business Data MCP Server

search

Find local businesses on Google Maps by location, category, or keyword, with options to retrieve contact information like emails and social profiles from their websites.

Instructions

Search local businesses on Google Maps with an option to pull emails and social profile links from their website (see the extract_emails_and_contacts parameter below).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query / keyword Examples: Plumbers near New-York, USA Bars in 94102, USA
limitNoMaximum number of businesses to return. Default: 20 Allowed values: 1-50020
latNoLatitude of the coordinates point from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the region parameter).37.359428
lngNoLongitude of the coordinates point from which the query is applied - recommended to use so that results are biased towards this location. Defaults to some central location in the region (see the region parameter).-121.925337
zoomNoZoom level on which to make the search (the viewport is determined by lat, lng and zoom). Default: 13
languageNoSet the language of the results. For a list of supported language codes see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes . Default: en
regionNoQuery Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code). Default: us
subtypesNoFind businesses with specific subtypes, specified as a comma separated list of types (business categories). For the complete list of types, see https://daltonluka.com/blog/google-my-business-categories. Examples: Plumber,Carpenter,Electrician Night club,Dance club,Bar,Pub
verifiedNoExample value:
business_statusNoFind businesses with specific status, specified as a comma separated list of the following values: OPEN, CLOSED_TEMPORARILY, CLOSED. Examples: OPEN CLOSED_TEMPORARILY,CLOSED
fieldsNoA comma separated list of business fields to include in the response (field projection). By default all fields are returned. Example: business_id,type,phone_number,full_address
extract_emails_and_contactsNoExample value:
X-User-AgentNoDevice type for the search. Default desktop.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions the email/social profile extraction feature, it doesn't address important behavioral aspects like rate limits, authentication requirements, data freshness, whether this is a read-only operation, or what format the results come in. The description is insufficient for a tool with 13 parameters and no annotation coverage.

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?

The description is a single, efficient sentence that states the core functionality upfront. It's appropriately sized for the tool's purpose, though it could potentially be more structured with clearer separation between primary search functionality and the email extraction feature.

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

Completeness2/5

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

For a complex tool with 13 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what the tool returns, how results are structured, whether there are pagination considerations, or what happens when the email extraction feature is enabled. The description should provide more context about the tool's behavior and output.

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?

With 100% schema description coverage, the schema already documents all 13 parameters thoroughly. The description adds minimal value beyond what's in the schema - it only hints at the 'extract_emails_and_contacts' parameter's purpose. This meets the baseline expectation when schema coverage is high.

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

Purpose4/5

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

The description clearly states the tool searches for local businesses on Google Maps and mentions the optional email/social profile extraction feature. It specifies the resource (local businesses) and platform (Google Maps), though it doesn't explicitly differentiate from sibling tools like 'search_in_area' or 'search_nearby' which might have similar functions.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'search_in_area', 'search_nearby', or 'bulk_search'. It mentions the email extraction feature but doesn't explain when this should be enabled or what alternatives exist for similar functionality.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-local-business-data'

If you have feedback or need assistance with the MCP directory API, please join our Discord server