Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Inscribe Plain Text

ordnet_inscribe_text
Destructive

Create and broadcast a permanent plain-text inscription on Bitcoin SV in one step with configurable fee per byte, returning the transaction ID, inscription ID, and view URL.

Instructions

Create and broadcast a plain text inscription in one step.

Args:

  • content (string): Text 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)
Behavior3/5

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

Annotations already provide destructiveHint=true and readOnlyHint=false, so the description does not need to restate safety. It adds 'broadcast' and the return format, which is useful, but it does not disclose irreversibility or the need for wallet funds beyond the feePerByte parameter. This is adequate but not richly contextual.

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 concise and well-structured with Args and Returns sections, front-loading the core purpose. It is somewhat repetitive with the schema and contains a factual error, but overall it is efficient and scannable.

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?

Given no output schema, the description usefully specifies the return shape (txid, inscriptionId, viewUrl). However, it omits prerequisites such as wallet initialization and funded UTXOs, and does not elaborate on the destructive nature beyond the annotation. This makes it incomplete but serviceable.

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 the baseline is 3. However, the description contains an incorrect default for feePerByte (states 0.2, schema says 0.15) and merely restates the content parameter without adding meaningful semantics. This inconsistency and lack of added value lower the score.

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 uses a specific verb 'Create and broadcast' and specifies the resource 'plain text inscription', clearly distinguishing it from other content-type tools (html, json, binary) and the split prepare/broadcast tools. The scope 'in one step' further clarifies its combined nature.

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 phrase 'in one step' implies this tool is a combined alternative to ordnet_inscribe_prepare and ordnet_inscribe_broadcast. It gives clear context for when to use this tool (for plain text, single-step), but does not explicitly state when not to use it or name alternatives like the HTML/JSON variants.

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