Skip to main content
Glama

Salsa Vida

get_guide

Read-onlyIdempotent

Read a public Salsa Vida city, region or country guide summary and its canonical link. Uses only existing published language versions, with English fallback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNo
locationYesSalsa Vida source location ID, slug, or location name. Use search_locations to disambiguate.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
slugYes
sourceYes
summaryYes
coverageYes
freshnessYes
visit_urlYes
location_idYes
canonical_urlYes
calendar_basisYes
dates_are_localYes
locale_fallbackYes
freshness_warningYes
returned_languageYes
source_checked_atYes
changes_checked_atYes
default_window_basisYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds useful behavioral context beyond that: only public guides are accessible, only existing published language versions are used, and there is an English fallback. It does not disclose every edge case, but the additions are meaningful and non-contradictory.

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 two sentences with no filler. The primary action and resource are front-loaded in the first sentence, and the second sentence adds essential language behavior without redundancy.

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, read-only, idempotent tool with an output schema and safe annotations, the description covers the essential decision factors: what it reads, the public scope, supported guide levels, and language fallback. The parameter schema and output schema cover the remaining invocation details.

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

Parameters4/5

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

The description adds meaning not fully present in the schema: it restricts locations to city, region, or country guides and explains that the language parameter falls back to English when a requested published version is unavailable. This supplements the 50% schema coverage, although the individual parameter descriptions already document location formats and the language enum.

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 specific verb ('Read') and names a precise resource: a public Salsa Vida city, region, or country guide summary plus its canonical link. The guide scope inherently distinguishes it from sibling event and location-search tools, even without an explicit comparison.

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 clear context: use this when you want to read a public guide summary rather than search for locations or events. It does not explicitly list exclusions or name alternative siblings, but the schema's location description complements this by pointing to search_locations for disambiguation.

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