Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Inscribe Binary Content

ordnet_inscribe_binary

Prepare binary files (images, audio, video, PDF) for inscription on Bitcoin SV by converting base64 content into a ready-to-broadcast inscription.

Instructions

Prepare an inscription for BINARY content (images, audio, video, PDF) from base64.

Bytes are inscribed untouched — use this instead of ordnet_inscribe_prepare for anything that is not text. Supported: image/png, image/jpeg, image/gif, image/webp, image/svg+xml, audio/mpeg, video/mp4, application/pdf.

Args:

  • contentBase64 (string): base64-encoded content

  • contentType (string): MIME type, e.g. image/png

  • feePerByte (number, optional): default 0.15

Returns prepared inscription; broadcast with ordnet_inscribe_broadcast.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feePerByteNoFee per byte (default 0.15)
contentTypeYesMIME type, e.g. image/png
contentBase64YesBase64-encoded binary content (image, audio, video, pdf)
Behavior4/5

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

Annotations provide the safety profile (readOnlyHint=false, destructiveHint=false). The description adds valuable behavior beyond that: 'Bytes are inscribed untouched' indicates no transformation of the binary data. It also discloses that this is a preparation step by saying 'Returns prepared inscription; broadcast with ordnet_inscribe_broadcast,' which clarifies the non-final nature of the action. Slightly more detail (e.g., side effects or permission requirements) could push it higher, but this is solid with annotation support.

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 well-structured: a clear opening sentence, a behavioral note, a supported-types list, and an Args block. It is not excessively long, but the Args block somewhat duplicates the schema and could be trimmed without loss. However, every sentence carries useful information, and the front-loading of the core purpose is effective.

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?

With no output schema, the description steps up by stating the return type ('Returns prepared inscription') and connecting the workflow with ordnet_inscribe_broadcast. It also covers supported MIME types and parameter constraints. It lacks details about limits (e.g., maximum file size) or edge cases, but given the tool's simplicity and rich sibling context, this is adequate and only slightly incomplete.

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 description coverage is 100%, so the baseline is 3. The description's Args section largely repeats the schema: contentBase64, contentType, feePerByte. It does add 'default 0.15' for feePerByte and reinforces that contentBase64 is base64-encoded, but these are already present in the schema. No additional parameter semantics beyond the schema are provided, so it stays at the baseline.

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 opens with a specific verb+resource: 'Prepare an inscription for BINARY content (images, audio, video, PDF) from base64.' It clearly distinguishes itself from sibling tools by explicitly naming ordnet_inscribe_prepare and saying to use this for anything that is not text. The supported MIME type list further scopes the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance is provided: 'use this instead of ordnet_inscribe_prepare for anything that is not text.' It also lists supported content types (e.g., image/png, application/pdf) and directs the user to the next step in the workflow: 'broadcast with ordnet_inscribe_broadcast.' This gives clear when-to-use and workflow context.

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