Skip to main content
Glama
NsLookup-io

nslookup.io MCP Server

by NsLookup-io

security_scan

Scan domains for DNS misconfigurations, missing SPF/DKIM/DMARC records, cookie security issues, and other web vulnerabilities. Returns findings with severity levels from critical to informational.

Instructions

Run a security scan on a domain to detect DNS misconfigurations, missing SPF/DKIM/DMARC records, cookie security issues, and other web security vulnerabilities. Returns findings with severity levels (critical, high, medium, low, info).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to security scan (e.g. example.com)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.4

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the outputs (findings with severity levels) and the scan scope, which is informative. It doesn't mention potential side effects or authentication needs, but for a scan tool this is less critical.

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?

Two sentences, front-loaded with action, no fluff. It earns its place and is easy to parse.

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 simple one-parameter tool with no output schema, the description covers purpose, scope, and return format. It lacks details on any prerequisites or limitations, but these are minimal for this kind of tool.

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 fully documents the single domain parameter, so baseline is 3. The description confirms the domain input but doesn't add syntax or additional constraints beyond 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 clearly states the tool runs a security scan on a domain and lists specific checks (DNS misconfigurations, SPF/DKIM/DMARC, cookie security, web vulnerabilities). This distinguishes it from siblings like dns_health or ssl_certificate by covering a broader security posture.

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?

The description implies when to use (when you need a security scan for a domain) but doesn't explicitly compare with sibling tools or specify when not to use. It provides clear context but no exclusions.

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