Skip to main content
Glama

check_blacklist

Check a domain or IP against 80+ blacklists to assess mail reputation before sending bulk email or onboarding a new SMTP server.

Instructions

Read-only query against ~80 public DNSBL/RBL/URIBL feeds. Provide either domain (resolves to MX IPs, all checked) or ip (checked directly) — at least one is required, throws otherwise. Returns per-feed listed/clean status, response codes, and aggregate count of blocking feeds. Use for inbound mail reputation pre-checks before sending bulk mail or onboarding a new SMTP server; not a removal-request service. No auth, typical latency 3-10s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoDomain name, e.g. example.com
ipNoIPv4 or IPv6 address to check directly
Behavior5/5

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

With no annotations, the description fully covers behavior: read-only, no auth, typical latency 3-10s, and throws if neither domain nor ip is provided. Also explains domain resolution to MX IPs.

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 front-loaded with the core purpose and condensed into four sentences with no extraneous information. Every sentence adds value.

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?

Despite no output schema, the description details return values: per-feed status, response codes, and aggregate count. All parameters are covered, and behavioral notes complete the picture for a simple query tool.

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

Parameters4/5

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

Schema coverage is 100%, but description adds meaning: domain resolves to MX IPs, ip is checked directly, and at least one is required. This exceeds the schema's minimal 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 it is a read-only query against ~80 public DNSBL/RBL/URIBL feeds, specifying inputs of domain or IP. This distinguishes it from sibling tools like check_dmarc or check_spf, which address other email security aspects.

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?

Explicitly states use cases: inbound mail reputation pre-checks before bulk mail or SMTP server onboarding. Also clarifies it is not a removal-request service, guiding the agent away from misuse.

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