Skip to main content
Glama

Sonar Connections

Get the agenda or lineup

events_whats_on
Read-only

Agenda sessions and performances with their times. when accepts "all" (default), "today", "now" (the next few hours) or a YYYY-MM-DD date. Each row carries a speakers array in the order the session lists them, with each speaker's name, role (what the organizer published for that PERSON - "Moderator", "Judge" - it is a speaker-level note, so do not read it as "the moderator of this one session"), title (their job title line, which is a different fact from role and both may be present), company, bio, expertiseTags, socialLinks, a portrait photo URL, and a link to the organizer's own speaker profile page. Any of these except the name may be null or absent, which means the organizer did not publish it: say nothing rather than filling the gap. speakerNames is still there for the plain lineup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whenNo"all" | "today" | "now" | YYYY-MM-DD
eventIdOrSlugYesEvent id (belmont_stroll), public slug (cba26), or the event NAME as events_list spells it ("Summer Stroll & Savor"). Common short forms work too ("the stroll", "tie summit").

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description goes far beyond the readOnlyHint annotation by detailing the exact output structure: the `speakers` array fields, null handling (say nothing rather than filling gaps), and the critical distinction that `role` is a speaker-level note, not a session moderator. It also explains the `when` parameter semantics. This provides actionable guidance for interpreting results correctly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but dense with necessary information because there is no output schema. It front-loads the core purpose, then explains `when`, then details the speaker structure. Each sentence serves a purpose, particularly the role clarification and null handling. It is appropriately sized for the complexity, though slightly dense.

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?

Given the complex nested return structure and no output schema, the description covers all essential aspects: agenda contents, speaker fields, null semantics, and the `when` filter. It is complete for an agent to select and invoke correctly, and to interpret results without surprises. The readOnlyHint covers safety, and the description fills the rest.

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 coverage is 100%, so the baseline is 3. The description adds explicit meaning to the `when` parameter (all, today, now, date) and clarifies the default, which is valuable. For `eventIdOrSlug`, the schema already provides detailed guidance, so the description adds nothing new there. The extra `when` detail raises it to a 4.

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 it returns 'Agenda sessions and performances with their times', which is a specific verb+resource definition. It distinguishes from siblings like events_list (lists events) and events_get (gets event details) by focusing on the agenda/lineup within an event. The title 'Get the agenda or lineup' reinforces this.

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 explains the `when` parameter and its values, giving context on how to filter. However, it does not explicitly mention when to use this tool vs alternatives like events_speakers or events_speaker_detail, nor does it state any exclusions. The purpose is clear enough to infer usage, but explicit comparison is missing.

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