Skip to main content
Glama

solknife_multisig_approve_build

Build an unsigned vote tx: approve or reject the proposal at transactionIndex.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
voteYes
memberYesA Solana address in base58, 32-44 chars.
multisigYesA Solana address in base58, 32-44 chars.
transactionIndexYesThe proposal index, as returned by /api/multisig/state.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/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. It states 'build an unsigned vote tx' but does not disclose permissions, side effects (likely none), or what to do with the output. Lacks details on the transactional flow.

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?

Single sentence, efficient and to the point. Could be slightly more structured but not wasteful.

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?

Given the complexity (4 params, no output schema, many siblings), the description is too minimal. It doesn't explain what an unsigned tx is, how to use the built transaction, or how this fits in the multisig workflow.

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 high (75%) and description restates the vote and transactionIndex purpose but adds no new meaning beyond 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?

Clearly states it builds an unsigned vote transaction to approve or reject a proposal at a given transactionIndex. The verb 'build' and resource 'vote tx' are specific, and it distinguishes from siblings like 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies this tool is for creating an unsigned vote, and that there is an execute counterpart, but does not explicitly state when to use this vs alternatives or provide a workflow hint.

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