Skip to main content
Glama
MatiasJF

minter-mcp

by MatiasJF

minter_status

Check if the minter is ready to mint: verify its funding address, spendable balance, and BSV Desktop connection. Read-only and free. Call this first.

Instructions

Check whether the minter can mint: its funding address and spendable balance, and whether BSV Desktop is running, signed in, and on which network. Read-only, spends nothing. Call this first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It states 'Read-only, spends nothing', which is a critical behavioral trait. It also enumerates the exact checks performed, giving the agent a clear picture of what the tool does without side effects.

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 two sentences long, the first states the purpose and checks, the second adds the read-only trait and calling order. Every word is informative, with no repetition of schema or annotation data.

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?

For a read-only status tool with no parameters and no output schema, the description provides sufficient context: what is checked, that it's safe, and when to call it. It does not describe the return format, but the enumerated checks give a reasonable expectation of the output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the schema is trivially 100% covered. The description adds no parameter-specific information because none is needed. This aligns with the baseline of 4 for tools with no parameters.

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 checks minter status, with specific items (funding address, spendable balance, BSV Desktop running/signed in/network). It is easily distinguished from sibling tools like minter_fund, mint_token, and mint_activate_bsv21, which perform actions rather than status checks.

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 description explicitly says 'Call this first', providing clear guidance on when to use this tool. It does not mention when-not to use it or explicitly compare with alternatives, but the sibling tools' names make their purposes obvious, and the instruction to call first implies it is a prerequisite.

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/MatiasJF/minter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server