Skip to main content
Glama
ohneben

ActiveCampaign MCP

create_variable

Creates a personalization variable for use in email campaigns. Define tag, name, format, content, and associated list IDs.

Instructions

🟡 WRITE · creates data · Personalizations · POST /personalizations

Create a Variable

Creates a new record. Not idempotent — calling twice may create duplicates.

Create a personalization variable

Input Schema

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

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

Annotations already indicate readOnlyHint=false, idempotentHint=false, destructiveHint=false. The description adds only the non-idempotence note, which repeats annotation context. No additional behavioral details (e.g., side effects, rate limits, required permissions) are provided.

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 includes a banner prefix and three statements that essentially repeat the same idea. It could be consolidated into a single clear sentence without losing meaning. It is not excessively long but contains redundancy.

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

Completeness2/5

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

No output schema exists, so the description should clarify what the response contains (e.g., created record ID). It also does not address the fact that the input schema has no required fields, leaving ambiguity about minimal viable input. The tool is a create operation, and the missing post-creation context reduces completeness.

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?

Input schema has 100% description coverage, so the baseline is 3. The description does not elaborate on parameters beyond the schema; it merely repeats the action. No extra meaning or usage hints for fields like 'tag', 'name', 'format', 'content', or 'listids'.

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?

Description states verb 'creates' and resource 'variable' (personalization). It is clear but includes redundant phrasings ('Create a Variable', 'Creates a new record', 'Create a personalization variable'). Does not explicitly differentiate from sibling tools like edit_variable or list_variables, but the name and context make it reasonably specific.

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?

Provides a usage warning about non-idempotence ('Not idempotent — calling twice may create duplicates'), which is helpful. However, lacks guidance on when to use this vs. other variable tools (e.g., edit_variable or list_variables), and no prerequisites or success criteria are mentioned.

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