Skip to main content
Glama
mailgun

Mailgun MCP Server

Official
by mailgun

get--v3-domains-name-tracking

Retrieve tracking configuration for Mailgun email domains to monitor email opens, clicks, and delivery status.

Instructions

Get tracking settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior1/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 of behavioral disclosure. 'Get tracking settings' implies a read-only operation, but it doesn't specify whether it requires authentication, rate limits, error conditions, or what the return format looks like. For a tool with no annotation coverage, this minimal description fails to provide necessary behavioral context.

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?

The description is extremely concise with just three words, front-loading the core action and resource. There is no wasted verbiage or unnecessary structure, making it efficient in terms of brevity, though this comes at the cost of completeness.

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

Completeness1/5

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

Given the tool's complexity (1 parameter with 0% schema coverage, no annotations, no output schema), the description is completely inadequate. It doesn't explain what tracking settings are, how to use the parameter, what the tool returns, or any behavioral traits. For a tool that likely interacts with domain tracking data, this minimal description fails to provide the necessary context for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 1 parameter ('name') with 0% description coverage, meaning the schema provides no semantic information. The description 'Get tracking settings' adds no meaning about what the 'name' parameter represents (e.g., a domain name, tracking type, or identifier). This leaves the parameter completely undocumented, failing to compensate for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get tracking settings' restates the tool name ('get--v3-domains-name-tracking') in a tautological manner. It specifies the verb 'Get' and resource 'tracking settings', but lacks specificity about what tracking settings are (e.g., for a domain) and doesn't differentiate from sibling tools like 'put--v3-domains-name-tracking-click' which modify tracking settings.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites, context, or exclusions, and doesn't reference sibling tools that might be related (e.g., put tools for updating tracking settings). This leaves the agent without direction on appropriate usage scenarios.

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/mailgun/mailgun-mcp-server'

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