Skip to main content
Glama

solknife_token_metadata_execute

Submit a wallet-signed Metaplex metadata tx. Structural re-verifier pins the metadata 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

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for disclosing behavioral traits. It mentions 'structural re-verifier pins the metadata ix + fee,' which hints at internal validation but does not explain consequences (e.g., idempotency, error behavior, side effects). The warning about self-submission is helpful, but critical aspects like whether the tool retries, logs, or modifies state beyond submission are missing.

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 two sentences long, front-loading the primary action. Every word serves a purpose, though the second sentence is cryptic and could be simplified. No redundant phrasing or unnecessary details.

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

Completeness2/5

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

The tool has no output schema, so the description should clarify what is returned (e.g., signature, success status). It does not. The cryptic 'structural re-verifier' phrase leaves ambiguity about processing guarantees. For a critical submit operation, the description is insufficiently complete—an agent cannot fully assess expected outcomes or error states.

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 detailed descriptions linking them to the /build call and providing constraints (max length, exclusivity). The tool description adds no additional parameter semantics beyond the schema. Baseline score of 3 is appropriate as schema already does the heavy lifting.

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 core action: 'Submit a wallet-signed Metaplex metadata tx.' This distinguishes it from sibling tools like solknife_token_metadata_build (which builds the tx) and solknife_token_metadata_read (which reads metadata). The cryptic phrase 'Structural re-verifier pins the metadata ix + fee' slightly obscures the purely submit nature but does not undermine overall clarity.

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 implicitly indicates usage context by mentioning 'the matching /build call' in the parameter descriptions, and explicitly warns 'Do not submit it yourself; this endpoint submits it.' However, it lacks explicit guidance on when not to use this tool (e.g., if the tx is expired or if a different execution path is needed). No alternatives or exclusions are stated.

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