Skip to main content
Glama

check_agent_discovery

Read-onlyIdempotent

Assess agent-discovery DNS security by detecting SVCB records and verifying DNSSEC anchoring, DANE/TLSA trust, and capability-document integrity.

Instructions

Assess the security posture of IETF BANDAID agent-discovery records (draft-mozleywilliams-dnsop-dnsaid). Detects SVCB agent records under _agents/index.{protocol}._agents, reports whether the discovery zone is DNSSEC-anchored (unsigned = spoofable agent endpoints), evaluates DANE/TLSA binding trust (RFC 6698 §10.1), and checks capability-document integrity (cap / cap-sha256). Read-only; uses Private-Use SVCB param code points pending IANA assignment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoResolve a single named agent ({name}.{domain}) instead of enumerating the zone.
domainYesDomain to check for published agent-discovery records (e.g., example.com).
formatNoOutput verbosity. Auto-detected if omitted.
protocolNoScope discovery to a single agent protocol index (_index._{protocol}._agents). Omit to sweep the zone.
verify_capNoFetch each declared capability document (cap=) over HTTPS via safeFetch and verify it against the cap-sha256 integrity pin. Default false (declaration/existence check only).
force_refreshNoBypass cache and run a fresh check. Useful after DNS changes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreYes
passedYes
partialNo
categoryYes
findingsYes
checkStatusNo
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior knee. Description adds substantial behavioral context: it reports on DNSSEC anchoring, DANE binding trust, and capability-document integrity, and notes the use of private-use SVCB parameter codes pending IANA assignment (a caveat about potential instability). These details meaningfully exceed the annotations, so a 4 is warranted.

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

Conciseness4/5

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

Three dense sentences front-load the purpose and then list the key checks. Every sentence adds value: purpose, detection scope, and read-only note. It is not overly long, though it packs a lot of technical detail. Slightly above average due to efficiency and prioritization.

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 niche protocol tool, this description covers the essential aspects: what records it looks for, what security properties it evaluates (DNSSEC, DANE, capability integrity), and the current standardization status (pending IANA). Combined with a detailed schema and output schema, an agent has sufficient context to select and invoke this tool appropriately.

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 input schema already provides detailed descriptions for all 6 parameters (100% coverage), including format, protocol, domain, and verify_cap. The description adds some contextual nuance (e.g., 'reports whether the discovery zone is DNSSEC-anchored' ties protocol to the indexing) but largely complements the schema rather than adds new meaning. Baseline of 3 is appropriate.

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?

Description uses specific, concrete language: 'Assess the security posture of IETF BANDAID agent-discovery records (draft-mozleywilliams-dnsop-dnsaid).' It names the exact resource type (SVCB agent records), the naming convention (_agents/_index._{protocol}._agents), and distinguishes itself from the generic DNS-check siblings (check_dnssec, check_dane, etc.) by focusing on a specific draft spec. Purpose is unambiguous.

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?

The description explains the specific technical context but never explicitly states when to use this tool over alternatives or when NOT to use it. It is clearly specialized for IETF BANDAID agent-discovery records, but no exclusions or comparisons to sibling tools are given. Given the niche focus, the intended use case is inferable, but explicit guidance would be stronger.

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/MadaBurns/bv-mcp'

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