Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Inscribe JSON Content

ordnet_inscribe_json
Destructive

Create and broadcast a JSON inscription to Bitcoin SV in one step. Publish permanent, censorship-resistant data to the blockchain with adjustable fee per byte.

Instructions

Create and broadcast a JSON inscription in one step.

Args:

  • content (string): JSON content to inscribe

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

Returns: { txid, inscriptionId, viewUrl }

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 indicate this is destructive (destructiveHint=true, readOnlyHint=false), but the description adds behavioral context by specifying 'broadcast' (confirming irreversible on-chain action) and detailing the return structure { txid, inscriptionId, viewUrl }. This enriches the agent's understanding beyond the annotation flags.

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 compact and front-loaded with the action, followed by a simple argument list and return format. It wastes no words, though the argument list largely repeats schema content, which slightly reduces its added 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?

The tool has no output schema, so the described return format is helpful. It also mentions 'one step' to differentiate from prepare/broadcast siblings. However, it omits practical context such as wallet requirements, fee behavior, or content type constraints (e.g., must be valid JSON). The fee default discrepancy also leaves the tool description incomplete relative to the 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?

Schema coverage is 100%, so baseline is 3. The description does add the JSON qualifier for content, but it introduces a critical error: the described default for feePerByte is 0.2, while the schema clearly states default: 0.15. This contradiction can mislead the agent into using an incorrect fee, undermining the parameter semantics despite the schema's completeness.

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's action: 'Create and broadcast a JSON inscription in one step.' This specific verb+resource formulation distinguishes it from sibling tools like ordnet_inscribe_prepare and ordnet_inscribe_broadcast, which split the process into separate steps.

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 phrase 'in one step' implies use when a combined create-and-broadcast operation is desired, but it does not explicitly mention alternatives or provide concrete when-to-use versus when-not-to-use guidance. With many sibling inscription tools (html, text, binary), the description could be clearer on when JSON is the appropriate content type.

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