Skip to main content
Glama

check

Verify a client or domain's live DNS status, auto-registering the target on first mention.

Instructions

Check a client or a domain. Registers it on first mention.

target can be a client you have already added, a domain belonging to one, or a domain nobody has mentioned before - there is no setup step. What passed or failed is decided by live DNS, never by a model. What a failure means is the agent's part: it reads more records if it needs them and writes the explanation the owner gets. Open the control room to watch, or read the report afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesA client name, or a bare domain. A domain nobody has mentioned before is registered as a new client, because a DNS lookup is public and reveals nothing.
dkim_selectorNoThe DKIM selector to look for. Change it only if the client sends through something other than Resend.resend

Schema Changelog

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

  1. Changed2 schema fields changedv0.5.0
    • addedInput schema / properties / dkim_selector / description
      Added value: +"The DKIM selector to look for. Change it only if the client sends through something other than Resend."
    • addedInput schema / properties / target / description
      Added value: +"A client name, or a bare domain. A domain nobody has mentioned before is registered as a new client, because a DNS lookup is public and reveals nothing."
  2. First observedv0.4.0

TDQS

B3.3/5.0
Behavior4/5

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

Despite no annotations, the description discloses key behaviors: it registers new domains on first mention (a side effect), performs live DNS lookups, may read additional records, and writes explanations. This gives a good sense of the tool's side effects and internal logic.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise but contains poetic flourishes like 'Open the control room to watch, or read the report afterwards.' These add little practical value and could distract. The structure is clear but could be more direct.

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

Completeness3/5

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

The description explains the check and the side effect of registration, but does not specify the exact return value or output format. Since there is no output schema, the ambiguity about what the caller receives (e.g., a boolean, a report) leaves a gap. Also lacks guidance on when to use over siblings.

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%, so the baseline is 3. The description adds minor context about 'target' (a client, a known domain, or a new domain) and clarifies that dkim_selector should only be changed if not using Resend. This adds value but does not significantly exceed schema information.

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 states the tool 'checks' a client or domain and clarifies that it performs DNS-based pass/fail checks. The verb 'check' and resource are clear, though the poetic phrasing partially obscures the exact nature. It is distinct from sibling tools like listing or auditing.

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 does not explicitly state when to use this tool instead of alternatives like 'client_status' or 'audit_all_clients'. It implies it is for quick DNS checks with no setup, but lacks direct comparison or usage conditions.

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

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/vishalsg42/munim'

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