Skip to main content
Glama
OpenWeb-Ninja

OpenWeb Ninja MCP

Official

local_business_data

Access Google Maps business data: search by query, area, coordinates, or nearby; pull details, reviews, photos, posts, autocomplete, and reverse geocoding for local business research and analysis.

Instructions

Google Maps business and place data: search businesses, search by area/coordinates/nearby, plus full details, reviews, photos, posts, autocomplete and reverse geocoding. Includes contact info where available.

Operations (set "operation" to one of these; put its parameters in "args"):

  • search (required: query): Search

  • search_post (required: queries): Bulk Search

  • search_in_area (required: query, lat, lng, zoom): Search In Area

  • area_search_by_bounding_box (required: query, bottom_left, top_right): Area Search (Bounding Box)

  • area_search_by_radius (required: query, lat, lng, radius): Area Search (Radius)

  • search_nearby (required: query, lat, lng): Search Nearby

  • business_details (required: business_id): Business Details

  • business_details_plus (required: business_id): Business Details Plus

  • business_reviews_v2 (required: business_id): Business Reviews

  • review_details (required: business_id, review_author_id): Business Review Details

  • business_photos (required: business_id): Business Photos

  • photo_details (required: business_id, photo_id): Business Photo Details

  • business_posts (required: business_id): Buisness Posts

  • reverse_geocoding (required: lat, lng): Reverse Geocoding

  • autocomplete (required: query): Autocomplete

When to use: The primary tool for local businesses and places (Google Maps source). For Yelp use yelp_business_data; for Trustpilot reviews use trustpilot_company_and_reviews.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoParameters for the chosen operation as key/value pairs (see the tool description for required params).
operationYesWhich endpoint to call. See the tool description for each operation and its parameters.
Behavior3/5

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

No annotations are present, so the description carries the burden. It conveys a read-oriented data tool and adds context like 'Includes contact info where available', but it does not mention rate limits, authentication, pagination, error behavior, or response format. This is adequate but not rich.

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?

Although long, the description is well-structured and front-loaded with a summary. Each operation is listed with its required parameters; there is no filler. The minor typo 'Buisness' does not detract from clarity.

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?

Given the high complexity (15 operations) and no output schema, the description adequately covers operation selection and parameter requirements. It falls short on describing return values or response structure, which would be helpful for such a data-heavy tool.

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

Parameters5/5

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

The schema only defines 'operation' and a generic 'args' object. The description enumerates every operation with its required parameters (e.g., search_in_area requires query, lat, lng, zoom), adding crucial semantics that the schema does not provide.

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 Google Maps business and place data as the resource, uses specific verbs (search, reviews, photos, reverse geocoding), and distinguishes itself from sibling tools like yelp_business_data and trustpilot_company_and_reviews.

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

Usage Guidelines5/5

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

An explicit 'When to use' section states this is the primary tool for local business/place data from Google Maps and directs to yelp_business_data and trustpilot_company_and_reviews for alternatives, providing clear decision guidance.

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/OpenWeb-Ninja/openwebninja-mcp'

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