Skip to main content
Glama
ohneben

ActiveCampaign MCP

delete_contact

DestructiveIdempotent

Delete a contact from ActiveCampaign using its unique ID. This tool permanently removes the specified contact record.

Instructions

🔴 DESTRUCTIVE · deletes data · Contacts · DELETE /contacts/{id}

Delete a contact

Deletes a record. Confirm with the user before calling.

Delete an existing contact

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe contact id
Behavior4/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds the explicit warning to confirm with the user, which is valuable behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains redundancy (e.g., 'Delete a contact' repeated), and the header line is somewhat noisy. It could be more concise while retaining the warning.

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?

For a simple destructive tool, the description provides the essential purpose and a safety warning. However, it lacks details about cascading effects, soft vs. hard delete, or what happens to associated data, which would be helpful.

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?

Schema coverage is 100% for the single 'id' parameter, and its description in the schema is sufficient. The tool description does not add 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?

The description clearly states the tool deletes a contact, with explicit mention of the HTTP method and endpoint. It distinguishes from sibling delete tools by focusing on contacts.

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 includes a crucial safety instruction to confirm with the user before calling, but does not provide guidance on when to use this vs. alternative delete tools (e.g., bulk delete or secondary contact delete).

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