Skip to main content
Glama
ohneben

ActiveCampaign MCP

remove_a_calendar_feed

DestructiveIdempotent

Delete a calendar feed by providing its ID. Use this to remove unwanted calendar feeds from your account.

Instructions

🔴 DESTRUCTIVE · deletes data · Calendars · DELETE /calendars/{id}

Delete a calendar feed

Deletes a record. Confirm with the user before calling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the calendar feed to delete
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false. The description reinforces this with a red warning and 'deletes data', and adds the important behavioral cue to confirm with the user, which goes beyond annotations. It does not contradict annotations.

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 short and front-loaded with a warning. It includes both the HTTP endpoint and usage instruction without unnecessary fluff. Could be slightly tighter by removing the HTTP line, but overall efficient.

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?

Given the tool has one parameter, no output schema, and destructive behavior, the description covers the action, the need for confirmation, and the destructive nature. It is sufficient for an agent to understand and invoke the tool correctly.

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 covers 100% of parameters with a description for 'id'. The tool description adds no additional meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool deletes a calendar feed, matching the name and providing the HTTP method and endpoint. It distinguishes from siblings by being specific to calendar feeds, though it doesn't contrast with other delete 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 advises confirming with the user before calling, which is a usage guideline. However, it does not specify when to use this tool versus other delete tools (e.g., list_all_calendar_feeds or update_a_calendar_feed) or provide context for prerequisites.

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/ohneben/ActiveCampaign-MCP'

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