Skip to main content
Glama

EmailMCP

configure_mailgun

Configure Mailgun email provider with step-by-step guidance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesMailgun domain (e.g., mg.yourdomain.com)
api_keyYesMailgun API Key (starts with "key-")
from_emailYesFrom email address (e.g., noreply@yourdomain.com)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects. 'Step-by-step guidance' suggests an interactive or instructional flow, but it doesn't state whether the tool actually sends API calls, modifies configuration, or only returns instructions. No info about authentication, reversibility, or what happens on failure.

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, concise sentence without fluff. It is front-loaded with the core purpose. However, it could be slightly more informative without becoming verbose, so it earns a 4 rather than 5.

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?

For a configuration tool with no annotations and no output schema, the description is too minimal. It doesn't explain what 'step-by-step guidance' entails, whether it's a wizard, what the expected outcome is, or how it interacts with other email setup tools. Key context is missing.

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% for all three parameters (api_key, domain, from_email), each with clear examples. The description adds no additional parameter context beyond the schema, so the baseline 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 the verb 'Configure' and resource 'Mailgun email provider', making the basic purpose understandable. However, it does not distinguish this from sibling tools like set_personal_email_credentials or verify_email_setup, so it doesn't fully differentiate.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., domain verification), whether it's for initial setup, or how it relates to sibling tools like add_sending_domain or verify_email_setup. No exclusions or contextual recommendations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.