Skip to main content
Glama
alxnhfr-bit

mcp-grounding

by alxnhfr-bit

verify_place

Read-onlyIdempotent

Confirm a place exists via Google Places Text Search to validate destination claims before trusting them.

Instructions

Verifies that a place exists via Google Places Text Search before a destination claim is trusted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
placeNameYesThe place to verify, e.g. a destination mentioned in a post
regionHintNoOptional context narrowing the search, e.g. a country or region

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lngYes
foundYesWhether Google Places matched the query. False is a verdict, not a failure.
placeIdYesStable Google Places identifier.
canonicalNameYesGoogle's display name for the match.
formattedAddressYesGoogle's formatted address.
Behavior4/5

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

Annotations already declare readOnly, openWorld, and idempotent behavior. The description adds the external dependency on Google Places Text Search and frames verification as a trust prerequisite, offering context beyond the annotations about how the tool operates.

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 a single, front-loaded sentence that efficiently conveys the verb, resource, method, and purpose with no redundant content.

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?

For a simple verification tool with an output schema present, the description provides sufficient context: what the tool does, how it does it, and when it should be used. Return values and error handling are covered by the output schema, so no additional detail is needed.

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 descriptions fully cover both parameters (placeName and regionHint) with clear examples. The tool description does not add any parameter-specific meaning beyond what the schema provides, so the baseline score of 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 states a specific action ('Verifies') and resource ('that a place exists') via a clear method ('Google Places Text Search'), making the tool's purpose unambiguous and distinct from a generic lookup tool.

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 phrase 'before a destination claim is trusted' provides a clear trigger context for when to use this tool. Since no sibling tools exist, explicit exclusions or alternatives are not necessary, though the guidance could be more explicit about when not to use it.

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/alxnhfr-bit/mcp-grounding'

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