Skip to main content
Glama

Salsa Vida

Server Details

Find Salsa and Bachata events and destination guides worldwide. Four public, read-only tools resolve locations, search upcoming events, retrieve event details and get existing guide summaries. Includes a rolling year of scheduled dates, published translations and canonical Salsa Vida links. No authentication required. Recurring dates reflect recorded schedules, not organizer confirmation. Documentation: https://www.salsavida.com/developers/mcp/

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
get_eventA
Read-onlyIdempotent
Inspect

Read public event facts and dated occurrences within a requested window (default UTC today through 13 days later; pass user-local dates for today/tonight). Unknown timezones remain null. Inactive/private events are unavailable.

ParametersJSON Schema
NameRequiredDescriptionDefault
date_toNo
event_idYes
languageNo
date_fromNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
priceYes
titleYes
venueYes
dancesYes
sourceYes
addressYes
date_toYes
summaryYes
coverageYes
end_timeYes
event_idYes
timezoneYes
date_fromYes
freshnessYes
time_modeYes
visit_urlYes
start_timeYes
event_typesYes
occurrencesYes
salsa_stylesYes
canonical_urlYes
calendar_basisYes
dates_are_localYes
locale_fallbackYes
date_verificationYes
freshness_warningYes
returned_languageYes
source_checked_atYes
changes_checked_atYes
source_modified_atYes
default_window_basisYes

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond this: only public events are accessible, inactive/private events are unavailable, unknown timezones remain null, and the default date window is precisely defined. No contradiction exists between the description and annotations.

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?

Three short sentences, front-loaded with the primary purpose, and every sentence contributes behavioral or usage value. There is no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, return value documentation is unnecessary. The description covers public-only access, date window defaults, timezone behavior, and availability constraints. It is slightly incomplete on exact date formats, but the schema and required event_id field fill most of the remaining gap.

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 must compensate. It does add meaning for date-related parameters by explaining the default window and user-local date expectation, but it does not describe event_id or language semantics. This is partial compensation rather than full parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Read'), a clear resource ('public event facts and dated occurrences'), and a window constraint. It does not explicitly distinguish itself from siblings like search_events, but the resource is specific enough that an agent can infer the difference between reading a single event's facts and searching for events.

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 provides clear context for when to use the tool by explaining the default UTC window and instructing the caller to pass user-local dates for today/tonight. It does not state exclusions or name alternatives, but the usage context is actionable and unambiguous.

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

get_guideA
Read-onlyIdempotent
Inspect

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

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

Output Schema

ParametersJSON Schema
NameRequiredDescription
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.

search_eventsA
Read-onlyIdempotent
Inspect

Find published salsa/bachata events for a location and dates. Defaults to UTC today through 13 days later; for today/tonight pass the user-local date. Supports up to one year, 50 results/page and 10 pages. response_size_limited means the page was shortened to fit; follow next_cursor. Narrow filters when pagination_limit_reached is true.

ParametersJSON Schema
NameRequiredDescriptionDefault
danceNo
limitNo
cursorNo
date_toNo
languageNo
locationYesSalsa Vida source location ID, slug, or location name. Use search_locations to disambiguate.
date_fromNo
event_typeNo
salsa_styleNoFilter recorded Salsa style tags. Many events have no recorded style, so an empty result does not prove the style is absent. linear-salsa includes salsa-on1/salsa-on2; cuban-salsa includes salsa-rueda.

Output Schema

ParametersJSON Schema
NameRequiredDescription
sourceYes
date_toYes
resultsYes
coverageYes
locationYes
date_fromYes
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.4/5.0
Behavior5/5

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

The description adds significant behavioral detail beyond the read-only/idempotent annotations: default date behavior, UTC vs local date handling, one-year max range, 50-result pages and 10-page cap, and the meaning of response_size_limited with next_cursor. It also warns about pagination_limit_reached and suggests a corrective action. No contradiction with annotations.

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?

Three sentences deliver the core purpose, default behavior, edge cases, and pagination guidance with no filler. The most important operational detail (date defaults) is front-loaded, and each sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with an output schema present, the description covers the essential call semantics: defaults, pagination flags, and filter strategy. It leaves some parameter-level details undocumented, but the core invocation and common failure modes are well addressed. A little more detail on date format would make it fully complete.

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 only 22%, so the description must compensate. It does clarify date range defaults, page size, cursor semantics, and filter narrowing, but it does not explain date formats, event_type, dance, language, or cursor value mechanics. The added value is meaningful but incomplete for several parameters.

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 verb ('Find'), resource ('published salsa/bachata events'), and scope ('for a location and dates'). It clearly distinguishes itself from siblings like get_event (single event) and search_locations (location lookup), so an agent can identify this as the list/search 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 description gives practical usage context: default UTC date range, guidance to pass the user-local date for today/tonight, maximum one-year range, and a directional hint to narrow filters when pagination_limit_reached is true. It does not explicitly name alternatives or state when not to use the tool, but the usage context is clear and actionable.

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

search_locationsA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
cursorNo
languageNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
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.

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
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