Skip to main content
Glama

check_blacklist

Read-onlyIdempotent

Check a domain's MX IPs or an IPv4 against 60 DNSBL/RBL providers to detect mail-server blacklisting. Returns listed/clean status, severity, and removal metadata for reputation triage.

Instructions

Read-only query against the currently configured public DNSBL/RBL providers (roughly 60, with noisy providers explicitly disabled). Provide either domain to resolve and inspect its MX IPv4 addresses or an IPv4 ip for a direct check; at least one is required. Returns each provider's listed/clean result, severity, removal metadata, plus unavailable and disabled provider evidence so timeouts are not misreported as clean. Use for mail-server reputation triage; it is not a delisting service. No auth or destructive actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipNoIPv4 address to check directly
domainNoDomain name only, e.g. example.com (no URL, path, or port)
Behavior5/5

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

The description discloses that the tool is read-only, requires no authentication, and handles provider timeout/availability gracefully by reporting unavailable and disabled providers. This complements the annotations (readOnly, idempotent) with concrete behavioral details.

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 dense but each sentence provides essential information, including purpose, input constraints, output characteristics, and usage context. It could be slightly more concise, but the structure is logical and front-loaded with the core function.

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?

The description covers the tool's function, input requirements, output details (including severity and removal metadata), and caveats (timeouts not misreported, not a delisting service). It is complete for the given schema and annotations.

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

Parameters5/5

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

The description explains that the domain parameter resolves MX IPv4 addresses for checking, while the IP parameter allows direct checking. It also clarifies that at least one is required, adding meaningful context beyond the schema's basic field descriptions.

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 that this tool performs read-only queries against DNSBL/RBL providers to check blacklists. It also specifies the use case for mail-server reputation triage, distinguishing it from other tools like SPF or DMARC checkers.

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?

The description explicitly says when to use the tool (mail-server reputation triage) and what it is not for (delisting). It also provides input requirements (either domain or IP, at least one required) and notes that noisy providers are disabled, giving clear usage guidance.

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

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