Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_google_map_facets

Facet stored Google Maps businesses to obtain aggregated counts by category, location, or website status for targeted filtering and analysis.

Instructions

Facet stored Google Maps businesses. Returns terms aggregation counts for Google Maps businesses. Facet enum: category, country, state, county, city, town, website_status. Category facet values are exact locale-specific Google Maps labels and can be localized, non-ASCII, or contain punctuation; pass a returned value unchanged to the category filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text business search query, max 256 characters
latNoLatitude for radius filtering
lonNoLongitude for radius filtering
cityNoExact city filter, max 128 characters
sortNoSort enum: relevance, updated_at_desc, rating_desc, review_count_desc, distance_asc
townNoExact town filter, max 128 characters
facetYesFacet enum: category, country, state, county, city, town, website_status
stateNoExact state filter, max 128 characters
countyNoExact county filter, max 128 characters
countryNoExact country filter, max 128 characters
has_geoNoFilter by location presence: true keeps only mappable businesses with coordinates; false isolates locationless service-area businesses that have no map location
categoryNoExact locale-specific Google Maps category label; use the category facet to discover values, max 128 characters
radius_mNoRadius in meters, 1 through 50000; requires lat and lon when supplied
has_phoneNoFilter by phone presence
min_ratingNoMinimum rating, 0 through 5. Businesses with no aggregate Google rating are returned with rating null, so any min_rating above 0 excludes them.
has_websiteNoFilter by website presence
min_review_countNoMinimum review count
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosure. It explains that the tool returns terms aggregation counts and warns that category facet values are exact locale-specific labels that may contain non-ASCII characters or punctuation, telling agents to pass them unchanged. This is useful behavioral context, though output structure and edge cases are not detailed.

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 two sentences, front-loaded with the primary purpose, and includes the facet enum and the critical category-value caveat. No wasted words.

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 tool has 17 parameters and no output schema, so the description must compensate. It explains the core facet behavior but does not discuss how facets interact with q, filters, sorting, or output details. The rich schema covers parameters, but the description leaves some contextual gaps.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by enumerating the facet options and specifying that category values must be passed unchanged to the category filter, including non-ASCII and punctuation handling, which goes beyond the schema's descriptions.

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 identifies the tool's function: faceting stored Google Maps businesses and returning terms aggregation counts. It distinguishes itself from sibling tools like datasets_google_map_search and datasets_google_map_item by focusing specifically on facet counts.

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 usage through 'pass a returned value unchanged to the category filter,' but it does not explicitly state when to use this tool versus alternatives or provide exclusionary criteria. No direct comparison with other Google Maps dataset tools is given.

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