Skip to main content
Glama
Avicennasis

porkbun-mcp-server

by Avicennasis

create_dnssec_record

Publish a DNSSEC DS record at the registrar by specifying key tag, algorithm, digest type, digest, and audit reason. Optionally add key data for DNSKEY-derived records.

Instructions

Publish a DNSSEC DS record at the registrar. Required: key_tag, alg, digest_type, digest. Optional key_data_* fields apply only when you're also publishing the DNSKEY-derived form. reason is required and tags the audit row as action=DNSSEC_ADD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algYes
digestYes
domainYes
reasonYes
key_tagYes
digest_typeYes
max_sig_lifeNo
key_data_flagsNo
key_data_pub_keyNo
key_data_protocolNo
key_data_algorithmNo
Behavior3/5

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

No annotations provided, so the description carries full burden. It explains the audit tagging with reason and the optional nature of key_data_* fields, but lacks details on side effects, authorization requirements, or error handling.

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 the core action, no redundant information. Every sentence adds value.

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?

With 11 parameters, 6 required, no output schema, and no annotations, the description provides a basic understanding of the tool's purpose and parameter roles but lacks details on return values, error conditions, or postconditions, making it only moderately complete.

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 0%, so description must compensate. It identifies required parameters (key_tag, alg, digest_type, digest) and explains reason's audit role, and that key_data_* fields are only relevant for DNSKEY-derived form. However, it does not explain parameter formats or valid values, leaving gaps for 11 parameters.

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 verb 'Publish' and the specific resource 'DNSSEC DS record at the registrar', distinguishing it from sibling tools like delete_dnssec_record and create_dns_record.

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 lists required parameters and mentions optional fields apply only for DNSKEY-derived form, providing some context. However, it does not explicitly state when to use this tool versus alternatives or provide conditions for use.

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/Avicennasis/porkbun-mcp-server'

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