Skip to main content
Glama
pauliowest

Campaign Monitor MCP

by pauliowest

get_transactional_message_details

Retrieve details of a specific transactional email message by providing its ID. Access delivery stats and metadata.

Instructions

Get details for a single transactional message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYesThe transactional message ID
Behavior2/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 does not disclose whether the operation is read-only, requires authentication, has rate limits, or any side effects. The term 'Get' implies read-only, but explicit confirmation is absent.

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

Conciseness4/5

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

The description is a single short sentence ('Get details for a single transactional message') that is concise and front-loaded. It wastes no words, though it could be slightly more informative without losing conciseness.

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?

Given the absence of an output schema, the description does not explain what 'details' are returned. It lacks information about the response format or content. The tool is simple, but more context is needed for an agent to fully understand what the tool returns.

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 with a description for the only parameter 'message_id' as 'The transactional message ID'. The description adds no additional meaning beyond the schema, so a baseline score of 3 is appropriate.

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?

The description clearly states it gets details for a single transactional message. The verb 'Get' and resource 'details for a single transactional message' are specific. However, it does not explicitly differentiate from siblings like 'get_transactional_stats' or 'get_transactional_timeline', but the name and description make the single-message focus clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidelines are provided. The description does not indicate when to use this tool versus alternatives like 'get_transactional_stats' or 'resend_transactional_message'. There is no information about prerequisites or context.

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