Skip to main content
Glama

search_events

Read-onlyIdempotent

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.

Input Schema

TableJSON 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

TableJSON Schema
NameRequiredDescriptionDefault
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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Discloses behavior well beyond annotations: default date window, one-year maximum range, 50-result page cap, 10-page cap, and the meaning of response_size_limited and pagination_limit_reached. This tells the agent exactly how to handle partial pages and when to narrow filters.

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?

Every sentence earns its place: purpose, date defaults, pagination caps, and response flags. It is dense but not bloated, and the purpose is front-loaded before operational details.

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 values need not be described in prose. The description covers the key invocation concerns: date defaults, pagination, and response flags. Minor gaps like exact date string format and explicit sibling routing are not spelled out, but they are recoverable from schema hints and tool names.

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?

Schema description coverage is only 22%, so the description compensates by explaining date defaults, page size, page count, and cursor behavior. It does not enumerate every parameter, but enum-valued fields like dance, language, event_type, and salsa_style are largely self-describing, and the schema already documents location disambiguation.

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?

States a specific verb and resource: 'Find published salsa/bachata events for a location and dates.' It clearly distinguishes itself from siblings like get_event (single event retrieval) and search_locations (location resolution), so an agent can route correctly without reading schemas.

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?

Gives concrete invocation context: default UTC date range, the user-local-date exception for today/tonight, and pagination limits. It does not explicitly name alternatives or say when not to use it, but the operational guidance is clear enough for an agent to call it correctly.

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