Skip to main content
Glama
ohneben

ActiveCampaign MCP

delete_a_contactautomation

Idempotent

Remove a contact from an automation without deleting the underlying records. Specify the contact automation ID to unlink the association.

Instructions

🟡 WRITE · unlinks records · Contact Automations · DELETE /contactAutomations/{id}

Remove a contact from an automation

Removes an association between records (e.g. untags a contact, removes it from a list/automation). Reversible — it does not delete the underlying records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the contactAutomation to delete
Behavior4/5

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

Adds value beyond annotations by stating the operation is reversible and does not delete underlying records. This clarifies the non-destructive nature, which complements annotations (destructiveHint: false) and idempotentHint: true.

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?

Front-loaded with a concise prefix line including method, resource, and endpoint. Three sentences with no waste. Every piece of information earns its place.

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?

Simple tool with one parameter and no output schema. Description fully explains the effect (removes association, reversible) and 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?

Only one parameter (id) with 100% schema coverage; the schema already describes it well. The description adds no extra meaning beyond what the schema provides.

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?

Clearly identifies the resource (Contact Automations) and action (remove association). Distinguishes from siblings like delete_contact by emphasizing it only unlinks records and does not delete underlying records.

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?

Provides context for usage by explaining it removes an association rather than deleting records, with examples like untagging a contact. No explicit when-not-to-use, but purpose is clear enough.

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