Skip to main content
Glama
torosent

copilot-outlook-connector

by torosent

calendar_delete_event

Destructive

Delete a single calendar event, whole series, or verified occurrence after mandatory human review. Organizer deletions trigger attendee cancellations.

Instructions

Delete only the explicitly reviewed single event, whole seriesMaster or verified exact occurrence. Human WebAuthn review is always required; organizer deletion sends attendee cancellations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
accountIdYes
requestIdYes
calendarIdYesExact calendar ID from discovery, or "default" to resolve /me/calendar.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description adds critical behavioral details: required human WebAuthn review and that organizer deletion sends attendee cancellations. This meaningfully increases transparency for a destructive operation.

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 two concise sentences, front-loaded with the primary purpose and then adding critical caveats. No fluff or redundancy.

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?

The description covers core deletion behavior and side effects, but does not mention potential asynchronous execution (suggested by operation_* siblings) or return values. Given the lack of output schema, this is a notable gap but not fatal.

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 description adds meaning to the `target` parameter by explaining single/series/occurrence modes, but it does not clarify `accountId`, `calendarId`, or `requestId`. Since schema coverage is low (only calendarId described), the description only partially compensates.

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 clearly states the action (delete), the resource (calendar events), and distinguishes three specific deletion modes (single, series, occurrence). It aligns with the tool name and clearly separates it from update/create/RSVP siblings.

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 when to use the tool (for deletion) but does not explicitly compare against alternatives like calendar_update_event or calendar_rsvp. It gives a constraint ('only the explicitly reviewed') but lacks direct 'use this instead of...' guidance.

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

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/torosent/copilot-outlook-connector'

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