Skip to main content
Glama

Server Details

MCP server providing Google Maps data, local business information, place details, and geolocation services for AI agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation4/5

Each tool has a distinct purpose: lead generation, local search, and email validation. However, the inclusion of email validation alongside Google Maps tools may cause confusion about the server's core domain, but the tools themselves are easily distinguishable.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (generate_leads, search_local_businesses, validate_emails), using underscores and clear action-object pairs.

Tool Count3/5

With only 3 tools, the server feels thin for a domain as broad as Google Maps and local business. The count is borderline but not extreme, especially given the inclusion of an unrelated email validation tool.

Completeness2/5

The server provides only two local business tools (search and lead generation), missing essential operations like getting detailed business info, directions, reviews, or location queries. The email validation tool is out of scope and does not fill any obvious gap in the local business domain.

Available Tools

3 tools
generate_leadsA
Read-only
Inspect

Extract B2B lead lists from Google Maps by business category and geography. Returns company name, full address, contact phone, website, business category, and review metrics. Use for sales prospecting, market research, or building vendor lists. Returns 20+ leads per query by default.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesCity where businesses are located (e.g. 'Denver', 'New York', 'San Francisco')
stateNoState or region abbreviation (e.g. 'CO', 'NY', 'CA')
max_resultsNoNumber of leads to generate (default 20, recommended for data quality)
business_typeYesIndustry or business category to target (e.g. 'HVAC contractors', 'dental clinics', 'software development firms')
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds the return fields and default result count, which provides useful context but does not go beyond what annotations imply.

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?

Three sentences with front-loaded action verb and no extraneous information. Every sentence earns its place.

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 no output schema, the description adequately lists the returned fields and use cases. Could mention pagination or rate limits, but overall sufficient for a lead extraction tool.

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% and description does not add significant meaning beyond what the schema already provides for the four parameters.

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 extracts B2B lead lists from Google Maps by business category and geography, and lists specific returned fields. This distinguishes it from sibling tools like search_local_businesses and validate_emails.

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

Usage Guidelines4/5

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

The description specifies use cases (sales prospecting, market research, building vendor lists) but does not provide explicit guidance on when not to use or alternatives.

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

search_local_businessesA
Read-only
Inspect

Search Google Maps for local businesses matching a query and location. Returns business name, complete address, star rating, review count, phone number, website URL, and business category. Use for restaurant discovery, service provider lookup, or competitive local analysis. Returns open/closed status.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesBusiness type or name to find (e.g. 'plumbers near me', 'Thai restaurants', 'Starbucks')
locationNoGeographic location as city, zip code, or address (e.g. 'Los Angeles, CA', '90210', '1600 Pennsylvania Ave')
max_resultsNoNumber of business results to return (default 10, max 50 for large searches)
Behavior3/5

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

Annotations already provide readOnlyHint and openWorldHint. Description adds return fields and open/closed status but does not disclose potential behavioral details like rate limits or data freshness. Adequate but not extra.

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?

Very concise three sentences: first states core function, second lists return fields, third gives use cases and an additional field (open/closed status). No fluff, front-loaded with key action.

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?

Covers purpose, return fields, and typical use cases. Lacks details on result ordering or exhaustive scope, but annotations (openWorldHint) imply variability. Adequate for a straightforward search tool without output schema.

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 has 100% coverage with descriptions for all three parameters. Description does not add new parameter-level meaning; it only states what fields are returned. Baseline score 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?

Clearly states the tool searches Google Maps for local businesses by query and location, and lists specific return fields. Differentiates from sibling tools (generate_leads, validate_emails) which serve different purposes in lead generation workflow.

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

Usage Guidelines4/5

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

Provides explicit use cases (restaurant discovery, service provider lookup, competitive local analysis) giving agents clear context. No when-not-to-use guidance, but sibling differentiation is sufficient.

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

validate_emailsA
Read-only
Inspect

Validate and verify email addresses for deliverability, format compliance, and mailbox existence. Returns pass/fail status per email, syntax errors, domain validity, and SMTP verification result. Use before sending bulk emails to prevent bounces and protect sender reputation.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailsYesArray of email addresses to validate for syntax, domain, and deliverability
Behavior4/5

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

Description discloses return values (pass/fail, syntax errors, domain validity, SMTP result) beyond annotations. Annotations declare readOnly and openWorld, which are consistent with a validation tool. No contradictions.

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?

Two sentences: first explains core functionality, second provides use case. No wasted words, front-loaded purpose.

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

Completeness5/5

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

Given simple parameter set (1 array) and no output schema, description compensates by explaining return values. Context is complete for an agent to use correctly.

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 covers 100% of the single parameter (emails) with description. The tool description does not add additional parameter meaning beyond what schema provides, but baseline is adequate.

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?

Description clearly states it validates email addresses for deliverability, format, and mailbox existence. Differentiates from sibling tools (generate_leads, search_local_businesses) by focusing on validation.

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

Usage Guidelines4/5

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

Explicitly advises to use before sending bulk emails to prevent bounces and protect sender reputation. Provides clear context but does not include when not to use or alternatives.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources