Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Inscribe HTML Content

ordnet_inscribe_html
Destructive

Create and broadcast an HTML inscription on the Bitcoin SV blockchain to publish permanent, censorship-resistant web content. Provide HTML content to get transaction ID and view URL.

Instructions

Create and broadcast an HTML inscription in one step.

Convenience tool that prepares and broadcasts an HTML inscription.

Args:

  • content (string): HTML content to inscribe

  • feePerByte (number): Fee per byte (default: 0.2)

Returns: { txid, inscriptionId, viewUrl }

Requires: Wallet must be initialized.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe content to inscribe on the blockchain
feePerByteNoFee per byte in satoshis (default: 0.15)
Behavior4/5

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

Annotations already declare destructiveHint:true and readOnlyHint:false. The description adds 'Requires: Wallet must be initialized' and specifies return fields (txid, inscriptionId, viewUrl). This provides useful behavioral context beyond the annotations without contradiction.

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?

The description is front-loaded with a clear purpose and uses a compact, structured format (Args, Returns, Requires). The second sentence is slightly redundant with the first, but overall it is concise and well-organized.

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 two-parameter tool, the description provides the essential context: one-step operation, wallet prerequisite, and return value shape. It doesn't discuss fees beyond feePerByte or immutability, but these are adequately covered by annotations and schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Though schema coverage is 100% (baseline 3), the description's stated default for feePerByte (0.2) directly contradicts the schema's default (0.15), which can mislead the agent. It adds little beyond the schema's own parameter descriptions and introduces an error.

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 it 'Create and broadcast an HTML inscription in one step' and identifies it as a convenience tool that combines preparing and broadcasting. This distinguishes it from sibling tools like ordnet_inscribe_prepare, ordnet_inscribe_broadcast, and JSON/text inscription variants.

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 explains this is a one-step convenience tool for HTML inscriptions, implying it is the right choice when you want to skip the staged prepare/broadcast flow. It doesn't explicitly mention alternatives, but the context is clear enough for selection.

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/ORDNET/ORDnet-MCP-Server'

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