Skip to main content
Glama
shahabazdev

Inxmail MCP

check_email_blocked

Check if an email address is blocked on the blocklist or blacklist to diagnose delivery failures. Returns blocking status and entry details to identify why emails aren't being delivered.

Instructions

Comprehensive block check — queries both the blocklist (auto-blocked from hard bounces) and the blacklist (manually blocked) in a single call. Use this as the first step when investigating why an email isn't being delivered. Returns a summary with blocked status, which lists the email appears on, and the full entry details. Prefer this over separate get_blocklist_entry/get_blacklist_entry calls. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address to check
Behavior4/5

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

With no annotations provided, the description carries the full burden. It successfully discloses the read-only nature, distinguishes between auto-blocked (hard bounces) and manually blocked entries, and describes the return structure ('summary with blocked status... full entry details'). Minor deduction for not specifying behavior when an email is not blocked.

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?

Four sentences with zero waste: (1) purpose and scope, (2) usage context, (3) return value, (4) preference/safety. Information is front-loaded and every clause earns its place. No redundant or filler text.

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

Completeness5/5

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

For a single-parameter diagnostic tool without output schema, the description is complete. It compensates for missing output schema by detailing return contents, covers safety (read-only) absent annotations, and differentiates from relevant siblings. No significant gaps given the tool's simplicity.

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 coverage is 100% with the 'email' parameter fully described as 'Email address to check.' The description implies this is the target for block checking but does not add validation rules, format constraints, or examples beyond the schema. Baseline 3 is appropriate given complete schema coverage.

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 opens with a specific verb ('queries') and clearly identifies the dual resources accessed ('blocklist' and 'blacklist'). It explicitly distinguishes this consolidated check from sibling tools 'get_blocklist_entry' and 'get_blacklist_entry' by noting it queries both 'in a single call.'

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance ('first step when investigating why an email isn't being delivered') and clear preference over alternatives ('Prefer this over separate get_blocklist_entry/get_blacklist_entry calls'). This eliminates ambiguity about tool selection order.

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/shahabazdev/inxmail-mcp'

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