Skip to main content
Glama

buy_stbtcx

Purchase STBTCx memecoin on Solana by generating transaction links and providing clear instructions for completing the cryptocurrency transaction.

Instructions

Buy STBTCx memecoin on Solana — get purchase links and instructions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoAmount in USD
walletNoYour Solana wallet address (optional)

Implementation Reference

  • Handler for the 'buy_stbtcx' tool, which provides purchase links and information for the STBTCx token on Solana.
    server.tool("buy_stbtcx", "Buy STBTCx memecoin on Solana — get purchase links and instructions", {
      amount: z.number().default(1).describe("Amount in USD"),
      wallet: z.string().default("").describe("Your Solana wallet address (optional)")
    }, async ({ amount, wallet }) => {
      const contract = "386JZJtkvf43yoNawAHmHHeEhZWUTZ4UuJJtxC9fpump";
      const jupiter = `https://jup.ag/swap/SOL-${contract}`;
      const pumpfun = `https://pump.fun/coin/${contract}`;
      const raydium = `https://raydium.io/swap/?inputCurrency=SOL&outputCurrency=${contract}`;
    
      let priceText = "~$1.00 USD (1:1 parity)";
      try {
        const data = await safeFetch("https://api.coingecko.com/api/v3/simple/price?ids=stbtcx&vs_currencies=usd");
        if (data.stbtcx) priceText = `$${data.stbtcx.usd}`;
      } catch {}
    
      const walletInfo = wallet ? `\n**Your Wallet**: ${wallet}` : "\n*Provide your Solana wallet to receive tokens*";
    
      return { content: [{ type: "text", text: `# Buy STBTCx Token\n\n**Amount**: $${amount} USD\n**Price**: ${priceText}\n**Tokens**: ~${amount} STBTCx\n**Network**: Solana Mainnet\n**Contract**: \`${contract}\`${walletInfo}\n\n## Buy Options\n1. **Jupiter** (recommended): ${jupiter}\n2. **pump.fun**: ${pumpfun}\n3. **Raydium**: ${raydium}\n\n## Card Payment\nVisit: https://sintex.ai (click golden STBTCx button)\n\n*STBTCx by Padrao Bitcoin — Standard Bitcoin X*` }] };
    });
Behavior4/5

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

Crucially clarifies that tool returns 'purchase links and instructions' rather than executing blockchain transactions, which tempers the 'buy' verb in the name. With zero annotations, description carries full burden; missing rate limits or auth details, but discloses the non-execution nature which is the critical behavioral trait.

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?

Single sentence, zero waste. Front-loaded action ('Buy'), specific asset identification, and return value clarification ('get purchase links') all packed efficiently.

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?

Appropriate for a simple 2-parameter tool without output schema. Mentions conceptual return value (links/instructions), compensating somewhat for missing formal output schema. Adequate for agent to invoke correctly.

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 coverage is 100% (both 'amount' and 'wallet' fully documented). Description adds no parameter-specific guidance beyond schema baseline, which warrants a 3 per rubric when schema coverage is high.

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?

Excellent: Specifies verb ('Buy'), exact resource ('STBTCx memecoin'), platform ('Solana'), and mechanism ('get purchase links'). Clearly distinguishes from sibling 'stbtcx_price' (which would check prices) and generic 'crypto_price' tools.

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?

Implied usage via 'Buy... get purchase links' suggests use when seeking purchase guidance, but lacks explicit when-to-use versus price-checking alternatives or prerequisites (e.g., needing a Solana wallet).

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/ElromEvedElElyon/claw-mcp-toolkit'

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