Skip to main content
Glama

Informacion completa de un evento

vitur-informacion-evento
Read-onlyIdempotent

Devuelve los datos, entradas, Vitur Pass y disponibilidad de ponentes y agenda de una edición concreta de VITUR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventYesID o slug de la edición, por ejemplo forum-madrid-2026 o summit-2026.
include_agendaNoIncluye la agenda completa cuando es true y está disponible.
include_speakersNoIncluye las fichas completas de los ponentes cuando es true.
include_companiesNoIncluye las empresas agrupadas por categoría cuando es true.

TDQS

B3.4/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description does not add behavioral context such as authentication requirements, error behavior, or the fact that it aggregates potentially heavy data. It simply restates the data categories.

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?

A single, focused sentence that front-loads the action and scope. No filler or redundant information.

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

Completeness2/5

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

The description lists several data categories but omits 'empresas' (companies) which is controllable via include_companies. It also says 'disponibilidad' (availability) of speakers/agenda, while the schema indicates the flags include full agenda and speaker profiles, creating a slight underrepresentation. No output schema exists, so the description carries more responsibility.

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 descriptions cover 100% of parameters, including the required 'event' with format examples and boolean flags with explanations. The description adds no further semantic detail about how parameters control the output.

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 the verb 'Devuelve' and lists the specific resources returned (datos, entradas, Vitur Pass, ponentes, agenda) for a specific VITUR edition. It clearly differentiates itself from sibling tools that focus on individual aspects.

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 retrieving comprehensive event info but does not explicitly state when to use it over the dedicated sibling tools (e.g., vitur-agenda-evento, vitur-entradas-evento). No alternatives are mentioned.

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