Skip to main content
Glama

create_token_deploy

Deploy BRC-20 tokens on Bitcoin by creating deployment inscriptions with ticker, supply, and mint parameters.

Instructions

Create a BRC-20 token deployment inscription.

    Args:
        tick: Token ticker (exactly 4 characters)
        max_supply: Maximum token supply
        mint_limit: Maximum amount per mint (optional)
        decimals: Token decimals (default: 18)

    Returns:
        Dictionary with inscription data in various formats.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickYes
max_supplyYes
mint_limitNo
decimalsNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states what the tool does but doesn't explain what 'create' entails operationally - whether this requires blockchain interaction, incurs fees, has side effects, or returns immediately. For a tool that likely creates blockchain inscriptions, this lack of behavioral context is a significant gap.

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 efficiently structured with a clear purpose statement followed by well-organized Args and Returns sections. Every sentence serves a purpose - the first establishes context, and the parameter documentation is necessary given the schema's lack of descriptions. It could be slightly more concise in the parameter explanations.

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 the complexity of creating token deployments (likely involving blockchain operations), no annotations, and no output schema, the description is moderately complete. It explains parameters well but lacks crucial behavioral context about what 'create' actually does operationally. The returns section mentions 'dictionary with inscription data' but doesn't detail what that contains, leaving gaps for understanding the tool's full behavior.

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 description adds substantial semantic value beyond the 0% schema description coverage. It explains that 'tick' must be exactly 4 characters, provides examples, clarifies optional/default values for mint_limit and decimals, and gives context about what each parameter represents. This compensates well for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'create' and resource 'BRC-20 token deployment inscription', making the purpose immediately understandable. It distinguishes from siblings like create_token_mint and create_token_transfer by specifying this is for deployment rather than minting or transferring tokens. However, it doesn't explicitly contrast with all siblings, so it's not a perfect 5.

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. While it's clear this creates token deployments, there's no mention of prerequisites, when to choose this over other token operations, or what context requires a deployment inscription. Users must infer usage from the purpose alone.

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/EricGrill/mcp-bitcoin-cli'

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