Giornata Mondiale
Server Details
Italian world days: search, calendar dates, sources, published content and verification status.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsfetchfetchARead-onlyIdempotentInspect
Fetch the published editorial text, dates, primary sources and correction history of an exact day identifier returned by search or list_days.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| text | Yes | |
| title | Yes | |
| topics | Yes | |
| sources | Yes | |
| end_date | Yes | |
| date_rule | Yes | |
| month_day | Yes | |
| organizer | Yes | |
| date_basis | Yes | |
| provenance | Yes | |
| recurrence | Yes | |
| start_date | Yes | |
| updated_at | Yes | |
| content_url | Yes | |
| corrections | Yes | |
| description | Yes | |
| institution | Yes | |
| reviewed_at | Yes | |
| markdown_url | Yes | |
| canonical_url | Yes | |
| content_scope | Yes | |
| organizer_url | Yes | |
| resolution_url | Yes | |
| next_occurrence | Yes | |
| authority_status | Yes | |
| content_truncated | Yes | |
| correction_history | Yes | |
| first_published_at | Yes | |
| official_source_url | Yes | |
| recurrence_end_date | Yes | |
| resolution_reference | Yes | |
| official_source_title | Yes |
TDQS
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.
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.
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.
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.
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.
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_daysARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| topic | No | Exact topic slug from list_topics. | |
| offset | No | ||
| end_date | No | YYYY-MM-DD; defaults to start_date. | |
| start_date | No | YYYY-MM-DD; omit both dates for today. | |
| authority_status | No | all |
Output Schema
| Name | Required | Description |
|---|---|---|
| limit | Yes | |
| total | Yes | |
| offset | Yes | |
| results | Yes | |
| end_date | Yes | |
| timezone | Yes | |
| provenance | Yes | |
| start_date | Yes | |
| next_offset | Yes |
TDQS
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.
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.
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.
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.
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.
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_topicsARead-onlyIdempotentInspect
List public topic names, slugs and record counts. Use a slug as the topic filter in search or list_days.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| limit | Yes | |
| total | Yes | |
| offset | Yes | |
| results | Yes | |
| provenance | Yes | |
| next_offset | Yes |
TDQS
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.
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.
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.
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.
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.
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.
searchsearchARead-onlyIdempotentInspect
Search Italian world and international days by title, official title, description or topic. Returns citable records and explicit verification status. Use fetch for details.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| topic | No | Exact topic slug from list_topics. | |
| offset | No | ||
| authority_status | No | all |
Output Schema
| Name | Required | Description |
|---|---|---|
| limit | Yes | |
| total | Yes | |
| offset | Yes | |
| results | Yes | |
| provenance | Yes | |
| next_offset | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral context by stating that results are citable and carry an explicit verification status, and that the tool returns search results rather than full details. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences that front-load the tool's purpose, summarize output characteristics, and close with clear routing guidance. Every sentence earns its place with no filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with an output schema and safety annotations, the definition covers the search scope, key result characteristics, and the relationship to `fetch`. Pagination and `authority_status` semantics are left to schema defaults and enums, which is acceptable, though a brief note about `list_topics` for topic slugs would make it fully airtight.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only 20% schema description coverage, the description compensates by defining the `query` parameter as matching title, official title, description, or topic, and by mentioning verification status, which relates to `authority_status`. It does not explain `limit`/`offset` mechanics or all filtering semantics, but the schema provides defaults and enum values for those.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific action ('Search') on a defined resource ('Italian world and international days') and enumerates the searchable fields: title, official title, description, or topic. It also distinguishes itself from the sibling `fetch` by directing users there for details.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a clear routing instruction with 'Use fetch for details,' which clarifies when to use this tool versus the sibling. However, it does not explicitly discuss when to choose `list_days` or `list_topics` instead, so the guidance is clear but not exhaustive.
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.
4 tool updates
- First observed
fetch - First observed
list_days - First observed
list_topics - First observed
search
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Public holiday data for 30+ countries. Check holidays, working days and calendars via AI assistants.
Searches MUNICIPAL official gazettes from thousands of city halls (Querido Diário / Open Knowledge B
Discover available topics and explore up-to-date, topic-tagged web content. Search to surface the…
Search and list latest international news (sources, comments, knowledge graph).
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables 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-
- AlicenseNot gradedqualityCmaintenanceEnables querying Italy's open data portal (dati.gov.it) via its CKAN API, providing access to thematic categories and datasets.5MIT
- AlicenseAqualityBmaintenanceEnables LLMs to access and analyze Italian statistical data from ISTAT via natural language queries, supporting dataset discovery, exploration, and data retrieval.92MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time access to Italian legislation and administrative court rulings through Normattiva, OpenGA, and GA Portal.10MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.