Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Search Inscriptions

ordnet_search_inscriptions
Read-onlyIdempotent

Search BSV blockchain for inscriptions matching a query, optionally filter by content type, and retrieve results with a total count.

Instructions

Search for inscriptions on the BSV blockchain.

Args:

  • query (string): Search query

  • contentType (string, optional): Filter by content type

  • limit (number): Maximum results (default: 20)

Returns: { inscriptions: [...], count }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (default: 20)
queryYesSearch query
contentTypeNoFilter by content type (e.g., "text/html")
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds the return structure '{ inscriptions: [...], count }' which is useful since no output schema exists. However, it does not disclose details like pagination behavior, search matching rules, or the meaning of 'count' (total matches vs returned count).

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 core one-sentence description is concise and front-loaded. The Args and Returns sections add useful output context but repeat the schema parameter details, introducing minor redundancy. Overall it is appropriately sized, not overly verbose.

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?

For a simple 3-parameter search tool with no output schema, the description covers the essential return structure. However, it leaves ambiguity around 'count' and does not explain search behavior (e.g., wildcard, case sensitivity) or when to use this over other search tools. Missing output schema would benefit from more explicit return semantics.

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%, with all parameters documented. The description's Args section largely duplicates the schema without adding new meaning. It provides example content type 'text/html' in the schema but not in the description, so no additional value is given.

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 a specific action: 'Search for inscriptions on the BSV blockchain.' This is distinct from sibling tools like ordnet_get_inscription (likely retrieving a single inscription) and domain search tools. The verb 'Search' and resource 'inscriptions' make the purpose unambiguous.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. There is no mention of using ordnet_get_inscription for direct lookups or ordnet_content_types for available filters. The description simply states the action without any contextual direction.

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