Skip to main content
Glama
kanopi

Campaign Monitor MCP Server

by kanopi

cm_create_campaign_from_template

Create a draft email campaign from a saved template by providing client ID, campaign name, subject, sender details, and template content. Optionally specify list and segment IDs.

Instructions

Create a draft campaign from a saved template for a client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
NameYesInternal campaign name.
ListIDsNoList IDs to send to.
ReplyToYesReply-to email address.
SubjectYesEmail subject line.
FromNameYesSender display name.
clientIdYesClient ID that owns the campaign.
FromEmailYesSender (from) email address.
SegmentIDsNoSegment IDs to send to.
TemplateIDYesTemplate ID to base the campaign on.
TemplateContentYesTemplate content object with Singlelines/Multilines/Images/Repeaters matching the template's editable regions.
Behavior2/5

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

Annotations are minimal (only title), so the description carries full burden. It does not disclose behavioral traits such as whether it requires an existing template, returns a campaign ID, or has side effects. For a write operation, more context is needed.

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 a single sentence, which is concise and front-loaded. However, given the tool's complexity (10 parameters), it is under-specified. It earns its place but lacks necessary detail.

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?

With no output schema and only a brief description, the tool is incomplete. It doesn't explain return values, prerequisites (e.g., template existence), or how it fits with sibling tools. The high schema coverage partially compensates, but the description lacks integration.

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 description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema; it does not elaborate on any of the 10 parameters or their relationships.

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 'Create a draft campaign from a saved template for a client' uses a specific verb ('Create') and clearly identifies the resource (draft campaign from a template). It distinguishes from sibling tools like cm_create_campaign (which creates without a template) and cm_send_campaign (which sends).

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 implies when to use (when a template is available) but does not explicitly state when not to use or offer alternatives. There is no guidance on prerequisites or comparison to cm_create_campaign.

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/kanopi/campaign-monitor-mcp'

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