Skip to main content
Glama
ohneben

ActiveCampaign MCP

create_an_account_1

Associate an account with a contact in ActiveCampaign, using account and contact IDs to create the link.

Instructions

🟡 WRITE · links records · Account Contacts · POST /accountContacts

Create an association

Creates an association between records (e.g. tags a contact, adds a contact to a list/automation). Reversible.

Create a new account association

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json).
Behavior4/5

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

Annotations indicate write operation and non-destructive. Description adds that it is reversible, which is valuable context. No contradictions; additional behavior like return value not disclosed.

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?

Description includes cluttered elements (emoji, multiple lines) and repeats 'Create an association'. Could be more concise, but overall length is reasonable.

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?

For a creation tool without output schema, it explains the operation and gives examples. Missing return value description, but sufficient for basic understanding.

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% with descriptions for each field. Description does not add significant meaning beyond schema, but provides usage context. Baseline 3 is appropriate.

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 it creates an association between records, specifically for account contacts. It distinguishes from sibling tools like create_an_account_new by focusing on linking records rather than creating an account itself.

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 examples (tags a contact, adds to list/automation) and notes reversibility, implying when to use. However, does not explicitly compare with alternative tools for similar operations.

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