Skip to main content
Glama

solknife_multisig_execute_execute

Submit the signed execute-proposal tx. Pass the executeKind returned by execute.build.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
executeKindYes
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 are provided, and the description only says 'Submit the signed execute-proposal tx.' It does not disclose behavioral traits such as side effects, failure modes, or idempotency. For a mutation tool, this is insufficient, as the agent needs to know what happens after submission.

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 exceptionally concise with two short sentences. It front-loads the core action and provides a critical usage hint, with no unnecessary words.

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 lack of output schema, the description does not explain what the tool returns after submission (e.g., transaction signature or confirmation). It also omits prerequisites beyond execute.build. While adequate for a simple execute step, it leaves some gaps for an agent unfamiliar with the pattern.

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 67%, with detailed descriptions for signedTransaction and lastValidBlockHeight. The overall description adds value by explaining that executeKind must come from execute.build, but does not expand on the other parameters beyond the schema. Baseline 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?

The description clearly states the action (submit) and the resource (signed execute-proposal tx). It references the specific parameter executeKind and ties it to the build step, distinguishing it from sibling tools like solknife_multisig_execute_build and other execute tools.

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 instructs to pass the executeKind returned by execute.build, providing clear context on when to use this tool. It implies the prerequisite of having a signed transaction from the build step, but does not explicitly state when not to use it or mention alternatives.

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