Skip to main content
Glama

domain_due_diligence

Read-only

Domain due-diligence (bundle) — One call to vet a domain: registration/RDAP intel (age, registrar, status) + email deliverability (MX/SPF/DMARC) + threat reputation of the domain's hosting IP. For counterparties, sellers, links. JSON. Price: $0.02 USDC (Base, via x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesdomain name to vet

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so safety is covered. The description adds valuable behavioral details beyond annotations: the exact components included, output format (JSON), and pricing ($0.02 USDC via x402). This gives an agent a realistic expectation of scope and cost, though it does not mention rate limits or pagination, which are less relevant for a single-domain bundle.

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 a single compact sentence that front-loads the tool's purpose, enumerates the bundle components, states the intended audience, and includes price. Every clause contributes distinct information; there is no filler or repetition. It is dense but highly scannable.

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

Completeness4/5

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

For a tool with one required parameter and no output schema, the description adequately explains what the call returns (JSON covering RDAP, email deliverability, and threat reputation). It also conveys cost and use cases. It does not specify the exact JSON structure, but the listed categories are sufficient for an agent to decide and invoke the tool correctly. The presence of pricing is a nice addition for decision-making.

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?

The schema already has 100% description coverage for the single 'domain' parameter ('domain name to vet'), so the baseline applies. The description reinforces the meaning by saying 'vet a domain' but adds no new semantic detail about the parameter format (e.g., whether it should includewww or protocol). This is not a gap, but the description does not improve on the schema.

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 states a specific verb ('vet') and resource ('a domain') and enumerates the three bundled data areas: registration/RDAP intel, email deliverability (MX/SPF/DMARC), and hosting-IP threat reputation. This clearly distinguishes it from siblings like dns_lookup or email_domain_check, which cover only single aspects. The phrase 'bundle' reinforces that this is an aggregate tool.

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

Usage Guidelines4/5

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

It gives concrete use cases ('For counterparties, sellers, links'), which tell an agent when this tool is appropriate. It does not explicitly name alternatives or when-not-to-use conditions, but the use-case guidance is clear enough to select it over single-purpose siblings. A minor improvement would be an explicit 'use instead of domain/email_domain_check when you need all three checks at once.'

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.

Resources