Skip to main content
Glama

appointment

Import a calendar (.ics)

ics_import

Call this tool to read a calendar export and keep it under a name. Give path (.ics file), text (contents), or url (public .ics/webcal feed; Pro). Google, Apple, Outlook exports read. Re-importing a name replaces it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic https:// or webcal:// .ics feed. Fetched once, only because you asked; Pro feature
nameYesWhat to call this calendar, e.g. "work" or "family"
pathNoNot available on this hosted endpoint, which has no filesystem: paste the file as text instead
textNoThe .ics file contents, pasted

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that re-importing an existing name replaces it, and that url feeds are fetched only when requested. It also says compatible sources are Google/Apple/Outlook exports. There is no contradiction with the annotations.

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 compact and front-loaded: first sentence states the purpose, and the following sentences each add a distinct fact (input modes, compatibility, overwrite behavior). No filler or redundancy.

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 an import tool with four parameters and no output schema, the description covers the essential context: what to provide, which sources are supported, Pro restriction, and overwrite behavior. It does not describe the success/error return payload, but that is a minor gap for a straightforward import operation.

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

Parameters3/5

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

The schema already describes all four parameters with 100% coverage. The description adds context such as input alternatives and Pro gating, but mostly repeats what the schema says ('path', 'text', 'url'), so it does not meaningfully extend parameter semantics.

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 the exact operation ('read a calendar export and keep it under a name') and the resource it acts on, so it cannot be confused with export/list/forget siblings. The title 'Import a calendar (.ics)' reinforces the same intent without tautology.

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?

It gives clear conditions for invoking: when a user wants a .ics export stored under a name, and it explains the three input modes (path, text, url). It notes url is a Pro feature, and the schema adds that path is unavailable on the hosted endpoint, though the main description itself does not make exclusions explicit.

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.