Skip to main content
Glama

Giornata Mondiale

list_days

list_days
Read-onlyIdempotent

List days on a date or in an inclusive date range (maximum 366 days). Defaults to today in Europe/Rome. Resolves movable annual dates and excludes expired recurrences.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
topicNoExact topic slug from list_topics.
offsetNo
end_dateNoYYYY-MM-DD; defaults to start_date.
start_dateNoYYYY-MM-DD; omit both dates for today.
authority_statusNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
totalYes
offsetYes
resultsYes
end_dateYes
timezoneYes
provenanceYes
start_dateYes
next_offsetYes

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

The description reveals several non-obvious behaviors beyond the read-only/idempotent annotations: the 366-day maximum, Europe/Rome default, resolution of movable annual dates, and exclusion of expired recurrences. These details meaningfully help an agent understand what will happen when invoking the tool.

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?

Three short sentences, each carrying distinct value: operation scope, default behavior, and recurrence handling. No redundant wording, and the most important information is front-loaded.

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?

The description covers core date semantics and recurrence behavior, while the output schema and annotations fill in return-shape and safety details. It is slightly short on explicit alternative-tool guidance and timezone interpretation for user-supplied dates, but it remains adequate for correct invocation.

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?

With 50% schema description coverage, the description compensates for date parameters by adding the inclusive-range cap and the timezone default. The schema already documents topic, start_date, end_date, authority_status, and limit/offset constraints, so the combination is sufficient.

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 uses a specific verb and resource: 'List days on a date or in an inclusive date range', with an explicit maximum range of 366 days. It is clear and unambiguous, but it does not explicitly contrast with sibling tools such as search, fetch, or list_topics, so it stops short of full sibling differentiation.

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?

The first sentence states the exact use case—listing days for a date or date range—and the default timezone clarifies behavior when dates are omitted. It does not explicitly list when-not-to-use or point to alternatives, but the context is clear enough for an agent to know when this tool applies.

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

A4.3/5.0
Disambiguation5/5

Each tool has a distinct purpose: fetching a specific day, listing days by date, listing topics, and searching by text/topic. There is no meaningful overlap between them, and the descriptions clarify the boundaries well.

Naming Consistency4/5

The names are clear and lowercase, with list_days and list_topics following a consistent verb_noun pattern. fetch and search are bare verbs rather than fetch_day or search_days, creating a minor but understandable deviation.

Tool Count5/5

Four tools is well-suited to this server's focused purpose: searching, browsing by date, browsing topics, and fetching detailed records. Each tool earns its place without redundancy or unnecessary surface area.

Completeness5/5

For a read-only reference domain, the tool set covers the full workflow: discover via search or topic, list by date range, and retrieve full details. No obvious missing operation or dead end is apparent.

Resources