Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_google_map_facets

Aggregate and count Google Maps businesses by category, location, or website status. Filter by rating, reviews, phone, website, and radius to get facet counts.

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
categoryNoExact category filter, max 128 characters
cityNoExact city filter, max 128 characters
countryNoExact country filter, max 128 characters
countyNoExact county filter, max 128 characters
facetYesFacet enum: category, country, state, county, city, town, website_status
has_phoneNoFilter by phone presence
has_websiteNoFilter by website presence
latNoLatitude for radius filtering
lonNoLongitude for radius filtering
min_ratingNoMinimum rating, 0 through 5
min_review_countNoMinimum review count
qNoFull-text business search query, max 256 characters
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
stateNoExact state filter, max 128 characters
townNoExact town filter, max 128 characters
Behavior2/5

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

No annotations provided, so the description carries full burden. It only states what the tool returns but doesn't disclose any behavioral traits like whether it modifies data, rate limits, data freshness, or pagination. As a read-only aggregation tool, it should at least imply it's read-only.

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?

Two short sentences with minimal waste. Could be slightly improved by rewording the first sentence for clarity, but overall efficient.

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?

With 16 parameters and no output schema, the description is too minimal. It doesn't explain how aggregation works, the structure of the response, or how filters like radius or sort affect results. An agent needs more context to use this tool effectively.

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 coverage is 100%, so parameters are well-documented in the schema. The description adds no additional meaning beyond repeating the facet enum, which is already in the schema. Baseline 3 is appropriate.

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 it facets stored Google Maps businesses and returns terms aggregation counts. The facet enum is listed, giving an idea of what dimensions are available. However, the verb 'facet' is somewhat vague, and it doesn't explicitly differentiate from siblings like datasets_google_map_search.

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?

No guidance on when to use this tool vs alternatives. It doesn't specify when to use faceting versus searching, or what the aggregation results are useful for. An agent would have to infer context from the name and parameters.

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