Skip to main content
Glama

Next event

next_event

Find the next upcoming event from your calendar and see the countdown to its start, looking ahead up to a year.

Instructions

The next event that has not started yet, with how long until it begins. Looks ahead up to a year.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendarNoOne calendar name; default every imported calendar

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

A3.6/5.0
Behavior4/5

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

No annotations are provided, so the description must disclose behavior. It does: events must not have started yet, the lookahead is up to a year, and the output includes how long until the event begins. It does not cover the no-event-in-range case, but for a simple read-style tool the transparency is adequate.

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?

Two focused sentences with no filler. The key criteria and output are front-loaded, and every clause adds information.

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 tool with one optional parameter and no output schema, the description covers what 'next' means, the one-year horizon, and the countdown output. The schema supplies the calendar default, and no major operational detail is missing for this simple tool.

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?

The schema already fully describes the sole parameter, calendar, including its optionality and default to every imported calendar. The description adds nothing beyond the schema, so the baseline score of 3 applies.

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 states the resource and the selecting behavior: the next event that has not started yet, with time until it begins. It is distinct from the listing/search siblings because it returns a single future event, though it does not explicitly name any sibling.

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

Usage Guidelines2/5

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

There is no statement about when to use next_event versus events_list, events_search, free_busy, or calendars_list. The intended context is only implied by the tool name and semantics, not explicitly communicated.

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

Install Server

Other Tools