Skip to main content
Glama

solknife_create_mint_execute

Submit a wallet-signed create-mint tx. Structural re-verifier pins the mint creation ix + fee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signedTransactionYesThe base64 VersionedTransaction returned by the matching /build call, signed with your key. Do not submit it yourself; this endpoint submits it.
lastValidBlockHeightYesThe `lastValidBlockHeight` returned alongside the unsigned tx by /build. Past this block height the tx can no longer land.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. The mention of 'structural re-verifier' and 'pins the mint creation ix + fee' hints at internal verification but is vague and doesn't explain side effects (e.g., on-chain state mutation), failure modes, or idempotency. Lacks important behavioral details for an execute tool.

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?

Two sentences, no redundant information, front-loaded with the primary action. Every word serves a purpose; the second sentence adds context without verbosity.

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 no output schema, the description does not explain what the agent should expect after submission (e.g., transaction signature, confirmation status). It covers the input adequately but omits return value and post-submission behavior. Adequate for a simple execute tool but not fully complete.

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% - both parameters have clear descriptions in the schema (signedTransaction: signed tx from build, not to resubmit; lastValidBlockHeight: expiration). The tool description adds no additional parameter semantics beyond restating the action. Baseline score of 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?

Description clearly states 'Submit a wallet-signed create-mint tx', which is a specific verb ('submit') on a specific resource ('create-mint tx'). The tool name suffix '_execute' distinguishes it from the '_build' sibling, indicating the execution phase of a two-step process.

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?

Implicitly indicates usage after building the transaction (sibling solknife_create_mint_build). No explicit when-not or alternatives, but the context of sibling tools and the description's focus on submission makes the intended use clear. Lacks explicit precondition (e.g., 'use after build') but adequate for an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources