Skip to main content
Glama
UtahREIA

addevent-mcp-server

by UtahREIA

Delete AddEvent Calendar

addevent_delete_calendar
DestructiveIdempotent

Permanently delete a calendar by ID, affecting all events. Irreversible; verify calendar contents first.

Instructions

Permanently deletes a calendar. This cannot be undone, and affects any events still on it.

Args:

  • calendar_id (string, required): The calendar to delete.

Returns: A confirmation message.

Examples:

  • Before deleting, consider calling addevent_search_events with this calendar_id to check what's still on it.

Error Handling:

  • Returns "Error: Not found..." (404) if the calendar_id doesn't exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
calendar_idYesThe ID of the calendar to permanently delete. Check addevent_search_events first, since events on this calendar are affected too.
Behavior5/5

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

The description goes beyond the destructiveHint annotation by disclosing permanence ('cannot be undone'), the cascading effect on events, and specific error handling (404). This adds valuable operational context.

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 description is well-organized with clear sections for Args, Returns, Examples, and Error Handling. It is concise but the Returns line ('A confirmation message') adds little value and the Args section duplicates schema information.

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

Completeness5/5

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

For a simple 1-parameter delete tool without an output schema, the description covers the essential context: purpose, permanence, cascading effects, return type, error behavior, and a pre-check recommendation. It is sufficiently complete.

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 input schema already provides 100% coverage and a detailed description for calendar_id. The description's Args section merely restates the parameter with less detail, adding no new meaning.

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 'Permanently deletes a calendar' with a specific verb and resource, and further clarifies that it affects events on the calendar. This distinguishes it from related tools like addevent_delete_event.

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?

The example suggests calling addevent_search_events first to check events, providing practical guidance. However, it doesn't explicitly state when not to use this tool or name alternatives for calendar deletion.

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/UtahREIA/addevent-mcp-server'

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