Skip to main content
Glama

Giornata Mondiale

fetch

fetch
Read-onlyIdempotent

Fetch the published editorial text, dates, primary sources and correction history of an exact day identifier returned by search or list_days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
textYes
titleYes
topicsYes
sourcesYes
end_dateYes
date_ruleYes
month_dayYes
organizerYes
date_basisYes
provenanceYes
recurrenceYes
start_dateYes
updated_atYes
content_urlYes
correctionsYes
descriptionYes
institutionYes
reviewed_atYes
markdown_urlYes
canonical_urlYes
content_scopeYes
organizer_urlYes
resolution_urlYes
next_occurrenceYes
authority_statusYes
content_truncatedYes
correction_historyYes
first_published_atYes
official_source_urlYes
recurrence_end_dateYes
resolution_referenceYes
official_source_titleYes

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the description does not need to restate those traits. It adds useful behavioral context by specifying the exact data scope and the provenance of the required identifier, going beyond what annotations provide.

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 one sentence that front-loads the main purpose and includes only relevant details: what is fetched and where the identifier comes from. There is no filler, repetition, or unnecessary elaboration.

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?

With a single parameter, rich annotations, and an output schema present, the description covers everything needed to invoke the tool correctly. It explains what data the call returns and how to obtain a valid identifier, while the output schema handles return-value details.

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 for the single 'id' parameter is 0%, so the description carries the burden of explaining it. It does this well by defining the parameter as an 'exact day identifier returned by search or list_days', which tells the agent where to obtain a valid value. It stops short of giving an explicit format or examples, but for a single parameter this is sufficient.

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 names a specific verb ('Fetch') and a precise resource: published editorial text, dates, primary sources, and correction history for an exact day identifier. It distinguishes itself from siblings by stating the identifier must come from search or list_days, so an agent can tell it apart without inspecting schemas.

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 description gives clear guidance on when to use the tool: after obtaining an exact day identifier from search or list_days. It does not explicitly list exclusions, such as when to prefer list_topics or list_days, but the input-source constraint is enough to prevent obvious misuse.

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