Skip to main content
Glama

nearMe.search

Read-only

Aggregate nearby Trails, Parks, and Campgrounds for a map-first exploration experience.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lngNo
sortNodistance
typesNo
boundsNo
searchNo
radius_milesNo
combined_limitNo
per_type_limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
payloadYes
retrieved_atYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already mark it read-only. The description adds 'aggregate' and 'map-first exploration' but lacks details on how results are combined or behaviors like pagination.

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?

The single sentence is concise and front-loads purpose, but given the parameter complexity, it could be slightly more informative without sacrificing brevity.

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?

Despite having an output schema, the description does not clarify how to invoke the tool (e.g., location requirements) or what the aggregated output looks like, making it incomplete for effective use.

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

Parameters1/5

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

With 0% schema description coverage, the description fails to explain any of the 9 parameters (e.g., lat, lng, radius, limits), leaving agents without guidance on parameter usage.

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 the tool aggregates nearby Trails, Parks, and Campgrounds for map-first exploration, distinguishing it from sibling tools that search individual types.

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 use for aggregated map exploration but does not explicitly state when to use this tool versus alternatives like trails.search or parks.search.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources