Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_google_map_businesses_facets

Retrieve aggregated counts of Google Maps businesses grouped by facet. Filter by search, location, rating, and more to analyze business data.

Instructions

Facet stored Google Maps businesses. Returns terms aggregation counts for Google Maps businesses. Facet enum: category, country, state, county, city, town, website_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
facetYesFacet enum: category, country, state, county, city, town, website_status
qNoFull-text business search query, max 256 characters
categoryNoExact category filter, max 128 characters
countryNoExact country filter, max 128 characters
stateNoExact state filter, max 128 characters
countyNoExact county filter, max 128 characters
cityNoExact city filter, max 128 characters
townNoExact town filter, max 128 characters
min_ratingNoMinimum rating, 0 through 5
min_review_countNoMinimum review count
has_websiteNoFilter by website presence
has_phoneNoFilter by phone presence
latNoLatitude for radius filtering
lonNoLongitude for radius filtering
radius_mNoRadius in meters, 1 through 50000; requires lat and lon when supplied
sortNoSort enum: relevance, updated_at_desc, rating_desc, review_count_desc, distance_asc
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It states 'returns terms aggregation counts' but does not explain how other parameters (q, category, etc.) filter the aggregations, whether results are paginated, or any limits. It adds minimal transparency beyond the enum list.

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 extremely concise (two sentences, ~30 words) and front-loaded with the core action 'Facet stored Google Maps businesses.' Every sentence adds value with no redundancy.

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?

With 16 parameters and no output schema, the description should provide more context on how filters (e.g., q, category, lat/lon) affect the facet counts, or hint at typical use cases (e.g., building a drill-down UI). It is incomplete for a complex tool despite good coverage elsewhere.

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 description coverage is 100%, so the input schema already describes each parameter. The description adds the overall purpose ('returns aggregation counts') but does not enhance parameter semantics beyond what the schema already provides. Baseline 3 is appropriate.

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 it returns terms aggregation counts for Google Maps businesses, listing the specific facet enums (category, country, etc.). This distinguishes it from sibling tools like datasets_google_map_businesses_search (which returns business details) and datasets_google_map_businesses_item (single item).

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

Usage Guidelines3/5

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

The description implies use when aggregation counts are needed (e.g., for a faceted navigation) but provides no explicit guidance on when to use this tool versus alternatives (e.g., search vs. facet). No exclusions or context for combining with other tools.

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/Crawlora-org/crawlora-mcp'

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