Skip to main content
Glama
ORDNET

ORDnet MCP Server

Official
by ORDNET

Validate BSV Address

ordnet_validate_address
Read-onlyIdempotent

Validate a BSV address format to ensure it is correct before use. Returns validity status and the address for confirmation.

Instructions

Validate a BSV address format.

Args:

  • address (string): BSV address to validate

Returns: { valid: boolean, address }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesBSV address to validate
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing a safe, non-mutating operation. The description adds the return shape { valid, address } and clarifies that only format is validated, which is useful behavioral context beyond the annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured with a leading one-sentence summary followed by Args/Returns sections. Every sentence earns its place, and there is no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter validation tool with rich annotations and no output schema, the description is complete. It states the purpose, documents the return object, and clarifies the scope ('format'), covering all essential aspects without needing additional detail.

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 the parameter 'address' described as 'BSV address to validate' and length constraints 25-35. The description repeats this without adding additional semantic detail, such as examples, accepted character sets, or how the boolean result is determined. Baseline 3 is appropriate.

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 validates a BSV address format, using a specific verb ('Validate') and resource ('BSV address'). This distinguishes it from sibling tools like domain_check or security_validate_password, and the scope ('format') is explicit.

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 description implies the tool is used to check the validity of a BSV address format, but it does not explicitly state when to use it instead of alternatives, nor does it mention exclusions such as not checking whether the address exists on-chain. The usage context is clear but left implicit.

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