Skip to main content
Glama

Giornata Mondiale

Server Details

Italian world days: search, calendar dates, sources, published content and verification status.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
fetchfetchA
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
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

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.

list_dayslist_daysA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription
limitYes
totalYes
offsetYes
resultsYes
end_dateYes
timezoneYes
provenanceYes
start_dateYes
next_offsetYes

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.

list_topicslist_topicsA
Read-onlyIdempotent
Inspect

List public topic names, slugs and record counts. Use a slug as the topic filter in search or list_days.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
limitYes
totalYes
offsetYes
resultsYes
provenanceYes
next_offsetYes

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is well covered. The description adds the 'public' scope, which is useful, but does not disclose pagination behavior or any other runtime characteristics beyond what the schema's limit/offset parameters imply.

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 sentences with no filler. The core purpose is stated first, and the usage hint is secondary but still valuable. Every sentence earns its place.

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 simple paginated list tool with read-only annotations and an output schema, the description conveys the essential purpose and how results connect to sibling tools. It could mention pagination explicitly, but the limit/offset parameters and output schema cover most of what an agent needs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to compensate for the limit and offset parameters. It does not mention them at all; it only describes the output. The parameter names and constraints are somewhat self-explanatory, but the description provides no additional meaning such as pagination semantics or result ordering.

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 states a specific verb ('List'), a clear resource ('public topics'), and the exact data returned ('names, slugs and record counts'). This distinguishes it from the sibling tools, which are about retrieval or listing days, not topic enumeration.

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 concrete guidance on how the output should be used ('Use a slug as the topic filter in search or list_days'), which tells the agent the purpose of the returned slugs. It does not explicitly exclude cases where this tool should not be used, but the context is clear enough for selection.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • First observedfetch
    • First observedlist_days
    • First observedlist_topics
    • First observedsearch

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables querying a comprehensive data lake of Italian civic open data, returning cited facts about Italian municipalities across domains like environment, education, finance, and governance.
    1
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying Italy's open data portal (dati.gov.it) via its CKAN API, providing access to thematic categories and datasets.
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables LLMs to access and analyze Italian statistical data from ISTAT via natural language queries, supporting dataset discovery, exploration, and data retrieval.
    9
    2
    MIT
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