Skip to main content
Glama

confluence_get_calendar_events

Retrieve Confluence Team Calendar events by calendar ID. Set start and end dates to narrow results.

Instructions

Recupera gli eventi da un Team Calendar di Confluence tramite il suo ID calendario (estratto da una pagina con macro calendar).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoData fine nel formato YYYY-MM-DD (default: 6 mesi da oggi)
startNoData inizio nel formato YYYY-MM-DD (default: oggi)
calendarIdYesID UUID del calendario Confluence (es. 44c8c33d-7d16-4f31-8d7b-795d355baf18)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read operation ('Recupera') but does not explicitly declare read-only nature, error conditions, or expected response. The description is adequate but lacks explicit behavioral disclosure.

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 a single, efficient sentence in Italian with no wasted words. It is front-loaded with the action and resource, and every part of the sentence contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters and no output schema, the description is somewhat incomplete. It does not describe the return format or potential errors. While the usage hint for calendarId is helpful, more context about the output would improve completeness.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining that the calendarId comes from a page with a calendar macro, which helps agents understand how to obtain it. This extra context for the required parameter justifies a score of 4.

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 explicitly states that the tool retrieves events from a Confluence Team Calendar using its calendar ID. The verb 'Recupera' (retrieve) and resource 'eventi da un Team Calendar' are specific, and the tool is uniquely positioned among siblings as the only calendar-related tool.

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?

While no explicit when-to-use or alternatives are given, the description provides a practical hint that the calendar ID is extracted from a page with a calendar macro. This indirectly guides usage, and the lack of sibling calendar tools makes it clear when to use this tool.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CarloDeStefano90/jiraAgentMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server