Skip to main content
Glama

Ics Evenement

run

Turns one JSON payload into a complete RFC 5545 .ics file — recurrence (RRULE), real IANA time zones with generated VTIMEZONE blocks, reminders (VALARM), organizer and multiple attendees — and returns the matching Google, Outlook, Office 365 and Yahoo add-to-calendar links in the same response, where file-only generators leave those links to build by hand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly states what is returned (ICS file plus Google, Outlook, Office 365, and Yahoo links), but it does not mention side effects, input validation, failure modes, rate limits, or whether any external calls are made. The description is informative but not fully transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core action is front-loaded, and the detail about RRULE, VTIMEZONE, VALARM, attendees, and platform-specific links is packed efficiently. The single long sentence is dense but not bloated; every clause contributes useful information.

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

Completeness2/5

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

This is a complex transformation tool with a generic input schema, no output schema, and no annotations. The description lists capabilities but omits the required shape of the input payload, how recurrence/time zones/reminders are represented, the structure of the returned links, and error behavior. It is not complete enough for reliable invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the single `input` parameter is an open-ended object with no documented properties. The description only says 'one JSON payload' and lists output features, not input fields, formats, or required keys. An agent would not be able to construct a correct payload from this description.

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 and resource: it converts one JSON payload into a complete RFC 5545 .ics file and returns add-to-calendar links. It also distinguishes itself from file-only generators, making the purpose unmistakable even though there are no sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this tool should be used when you need both a complete .ics file and generated add-to-calendar links, contrasting with file-only generators. However, it does not explicitly state when to use this tool instead of alternatives, nor does it mention any exclusions or prerequisites.

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.

Resources