Skip to main content
Glama

typo_bitsquat

Generate all single-bit-flip variants of a domain, filter to valid characters, and check DNS registration to reveal registered bitsquat domains.

Instructions

Generate all single-bit-flip variants of each character in the domain name. Filters to valid domain characters [a-z0-9-] and checks DNS registration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesTarget domain to generate bitsquat variants for (e.g. 'example.com')
Behavior3/5

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

With no annotations, the description carries the full burden but only discloses the main algorithmic steps: bit-flipping, filtering to valid characters, and checking DNS registration. It omits behavioral details such as whether DNS checks are live, what the output format is, or any rate/network implications.

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 concise sentence that conveys the core operation, filtering, and DNS check. Every word earns its place, and there is no filler or redundancy.

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?

For a simple one-parameter tool without an output schema, this description is minimally adequate. However, it does not state what the returned value looks like (e.g., list of variants with registration status), nor does it explain the semantics of the DNS registration check in detail.

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 covers the domain parameter with 100% description coverage, so the tool description adds little beyond the schema. The description does not provide extra syntax, normalization rules, or edge-case handling.

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 identifies the operation (generate single-bit-flip variants), the resource (domain name), and the distinguishing mechanism (bitsquat as opposed to homoglyph or combosquat sibling tools). This makes it easy for an agent to select it for bitsquat analysis.

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

Usage Guidelines3/5

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

There is no explicit guidance on when to use this tool versus alternatives. The mechanism is implied by the name and description, but sibling tools like typo_homoglyph or typo_combosquat are not mentioned, so an agent may not know when to prefer this tool.

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/badchars/dns-security-mcp'

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