Skip to main content
Glama

Buscar eventos y ediciones

vitur-buscar-eventos
Read-onlyIdempotent

Busca eventos VITUR futuros e históricos y muestra si tienen ponentes, agenda y entradas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCiudad exacta.
yearNo
limitNo
queryNoTexto libre, por ejemplo Madrid 2025.
periodNoall
has_agendaNoFiltra por disponibilidad de agenda.
has_speakersNoFiltra por disponibilidad de ponentes.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare this as a read-only, idempotent operation, so the safety profile is covered. The description adds context about searching future and historical events and showing whether speakers, agenda, and tickets exist, which is helpful but does not detail response format, pagination, or any special behavior. It does not contradict the 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?

The description is a single, front-loaded sentence that efficiently communicates the core action and result. No filler or redundancy.

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

Completeness3/5

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

Given the tool has 7 parameters and no output schema, the description is somewhat thin. It explains the main search capability and the boolean indicators but does not clarify the return format or how 'ediciones' (from the title) relate to events. The description is adequate for basic use but lacks details that would help an agent fully understand the tool's behavior.

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 57%, so many parameters are already documented. The description adds some context by mentioning future/historical events, which aligns with the 'period' and 'year' parameters, but it does not compensate for the undocumented 'limit' or 'year' fields. Overall, it adds marginal value beyond the schema without fully bridging the gap.

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 searches VITUR events (both future and historical) and indicates whether they have speakers, agenda, and tickets. It uses a specific verb 'Busca' and a clear resource ('eventos VITUR'), distinguishing it from sibling tools that focus on individual event details or upcoming events only.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for searching events across time and checking availability indicators, but it does not explicitly state when to choose this tool over siblings like 'vitur-proximos-eventos' or 'vitur-informacion-evento'. No alternatives or exclusions are mentioned, so guidance is only implicit.

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

A3.9/5.0
Disambiguation4/5

Most tools are clearly distinct, but a few pairs overlap: 'vitur-informacion-evento' summarizes agenda and speakers, overlapping with the more specific 'vitur-agenda-evento' and 'vitur-ponentes-evento'. Similarly, 'vitur-buscar-contenidos' and 'vitur-ultimas-noticias' both access blog posts, while 'vitur-proximo-evento' and 'vitur-proximos-eventos' differ only in singular/plural.

Naming Consistency4/5

All tools share the 'vitur-' prefix and use hyphenated lowercase names, providing a strong consistency cue. However, the pattern after the prefix is not uniform: some are verb-first (buscar-contenidos, buscar-eventos), some noun-first (agenda-evento, empresas-evento), and one is adjective-noun (proximo-evento).

Tool Count5/5

With 12 tools, the server is well-scoped for a conference information service, covering events, agenda, speakers, companies, tickets, pass, news, and institutional info. Each tool has a clear purpose and none feel redundant or superfluous.

Completeness5/5

The domain is read-only event information, and the surface is thorough: event discovery (search, upcoming, next), detailed event components (agenda, speakers, companies), ticketing (event tickets, pass), and content (blog search, latest news). There are no obvious gaps for the stated purpose.

Resources