Skip to main content
Glama
pauliowest

Campaign Monitor MCP

by pauliowest

get_smart_email_details

Retrieve complete configuration and details of a smart email template by providing its ID.

Instructions

Get full configuration and details for a smart email template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
smart_email_idYesThe smart email ID
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It indicates a read operation with 'Get', but does not disclose what exactly 'full configuration and details' includes, nor any potential side effects, authorization requirements, or rate limits. The absence of an output schema leaves the agent unsure about the response structure.

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?

Single sentence, front-loaded with the action 'Get', no redundant words. Every word earns its place.

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 simple get operation with one parameter and no output schema, the description is adequate. However, it could be improved by briefly noting what kind of details are returned (e.g., configuration fields). Still, it provides enough context for basic usage.

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?

The input schema has 100% coverage (smart_email_id described as 'The smart email ID'). The description does not add any additional meaning beyond the schema. Baseline for high schema coverage is 3.

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 'Get full configuration and details for a smart email template', with a specific verb and resource. It distinguishes from siblings like 'list_smart_emails' (which lists) and 'send_smart_email' (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?

No explicit guidance on when to use this tool versus alternatives like 'list_smart_emails' or 'get_template'. Usage is implied (when you have a smart_email_id), but no context is provided about prerequisites or typical workflow.

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/pauliowest/cmon-mcp'

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