Skip to main content
Glama
Bristlecone2026

Bristlecone Logic Utilities

audit_dns

Read-onlyIdempotent

Resolve a domain's IPv4 and IPv6 addresses to verify host reachability and prevent SSRF attacks before making HTTP requests.

Instructions

Performs forward DNS resolution and network routing verification for a target domain. Resolves IPv4 and IPv6 addresses. Use to verify host reachability and guard autonomous agents against Server-Side Request Forgery (SSRF) before making HTTP requests. Do not use for WHOIS domain registration lookups or deep port scanning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe fully qualified domain name (FQDN) or hostname to resolve (e.g. 'api.github.com' or 'openai.com'). Do not include http/https protocols or URL paths.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
statusYes
ip_addressesYes

Schema Changelog

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

  1. First observedv0.3.0

TDQS

A4.7/5.0
Behavior4/5

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

The annotations already declare the tool as readOnly, idempotent, and non-destructive. The description adds behavioral details such as resolving IPv4 and IPv6 addresses and performing network routing verification, which are consistent with the annotations and do not contradict them, providing extra transparency beyond the metadata.

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 concise, using three sentences to cover what the tool does, when to use it, and what not to use it for. It is well-structured with clear sections and contains no redundant or irrelevant information.

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?

For a simple one-parameter, read-only tool, the description is complete. It covers the tool's purpose, usage scenario, and exclusions, and relies on the output schema for return value details, so an agent has all necessary context to invoke it correctly.

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?

The schema covers the single parameter 'domain' with full description and format guidance, and the tool description reinforces its meaning by specifying what to exclude (http/https protocols, URL paths). This goes beyond the schema's baseline by adding practical context for correct parameter usage.

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 performs forward DNS resolution and network routing verification, resolves IPv4 and IPv6, and specifies its purpose as verifying host reachability and guarding against SSRF. It also explicitly distinguishes itself from WHOIS and deep port scanning, making its function unambiguous and differentiating it from the sibling tools.

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?

The description provides explicit guidance on when to use the tool ('Use to verify host reachability and guard autonomous agents against SSRF before making HTTP requests') and when not to use it ('Do not use for WHOIS domain registration lookups or deep port scanning'), giving clear conditions and exclusions.

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/Bristlecone2026/bristlecone-logic'

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