Skip to main content
Glama

Salsa Vida

search_locations

Read-onlyIdempotent

Find Salsa Vida cities, regions and countries by name, ignoring case and diacritics. Use the returned source location ID to resolve ambiguous names. Localized guides fall back to English where available. response_size_limited means the page was shortened to fit; follow next_cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
cursorNo
languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
resultsYes
coverageYes
freshnessYes
next_cursorYes
calendar_basisYes
dates_are_localYes
freshness_warningYes
source_checked_atYes
changes_checked_atYes
default_window_basisYes
response_size_limitedYes
pagination_limit_reachedYes

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint/idempotentHint annotations, the description discloses meaningful behaviors: case- and diacritic-insensitive matching, English fallback for localized guides, and the meaning of response_size_limited with a concrete follow-up action. This adds real value and contains 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?

Four tightly packed sentences, each adding distinct information: core purpose, ambiguity resolution, localization behavior, and pagination semantics. No filler or repetition, and the most important purpose is front-loaded.

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?

The description covers the core search behavior, result ambiguity, localization fallback, and pagination signal. Combined with a rich output schema and readOnly/idempotent annotations, an agent has sufficient information to invoke the tool 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 description coverage is 0%, so the description carries the burden of explaining parameters. It clarifies query semantics ('by name') and cursor behavior ('follow next_cursor'), but limit and language are only indirectly addressed. This is partial compensation, not full.

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 uses a precise verb ('Find') with a specific resource ('Salsa Vida cities, regions and countries') and clear search behavior (by name, ignoring case and diacritics). This clearly distinguishes it from sibling tools like search_events and get_event, which target different resource types.

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 gives actionable guidance: use the returned source location ID to resolve ambiguous names, and follow next_cursor for truncated results. It does not explicitly contrast with sibling tools, but the context for when to search locations is clear enough.

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.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct operation: searching vs retrieving events, and searching locations vs retrieving guides. There is no overlap in purpose or ambiguity about when to use which.

Naming Consistency5/5

All tool names follow a clean verb_noun pattern: get_event, get_guide, search_events, search_locations. The get/search distinction is intuitive and consistently applied.

Tool Count5/5

Four tools is well-scoped for a read-only public events and guides server. Each tool addresses a necessary part of the user journey without bloat or redundancy.

Completeness5/5

The tool surface covers the full read-only workflow: find a location, search events, get event details, and read a guide. No missing operations are evident for the stated public-info domain.

Resources