Skip to main content
Glama
kimtami
by kimtami

search_nearby_experiences

Read-onlyIdempotent

Search for local kids' experiences by coordinates, filtering by radius, freshness, and relevance from verified sources.

Instructions

Search the local DB by coordinates; raw source payloads are never returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows to return
cursorNo
latitudeYesWGS84 latitude
free_onlyNo
longitudeYesWGS84 longitude
radius_kmNoSearch radius in kilometers, up to 300
include_closedNo
child_score_minNoMinimum child relevance score from 0 to 1
max_stale_hoursNoPositive lookback or freshness window in hours
new_within_hoursNo
include_unknown_locationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds the behavioral detail that 'raw source payloads are never returned,' which is useful beyond annotations, but it does not disclose other behaviors like pagination, sorting, or filtering semantics.

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 extremely concise: two short sentences that state the core purpose and a key behavioral guarantee. Every word adds value, and it is front-loaded with the primary action and resource.

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 11 parameters and a rich output schema, the description is far too sparse to guide an agent on how to set parameters like radius_km, free_only, or max_stale_hours effectively. It does not mention pagination, defaults, or any selection criteria, making it incomplete for correct invocation.

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

Parameters2/5

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

Schema description coverage is only 55%, and several parameters (free_only, include_closed, include_unknown_location) lack schema descriptions. The tool description adds no parameter-specific meaning beyond mentioning coordinates, leaving gaps that the schema alone does not fill.

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's action ('Search'), resource ('local DB'), and method ('by coordinates'), making its purpose immediately understandable. It distinguishes from siblings like list_experience_sources (listing sources) and get_experience (fetching a specific experience) by emphasizing geospatial 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 explicit guidance is provided on when to use this tool versus alternatives such as render_nearby_digest or get_radar_status. Usage context is only implied through the name and coordinate-based description, with no stated exclusions or comparison to sibling tools.

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/kimtami/kids-experience-radar'

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