Skip to main content
Glama

solknife_revoke_authority_build

Build an unsigned revoke-authority tx (mint and/or freeze). Permanent on-chain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesA Solana address in base58, 32-44 chars.
payerYesA Solana address in base58, 32-44 chars.
revokeMintYesPermanently revoke the mint authority. Irreversible: no new supply can ever be minted.
revokeFreezeYesPermanently revoke the freeze authority. Irreversible: accounts can never be frozen.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

The description mentions 'Permanent on-chain,' indicating that the revocation is irreversible, which is a key behavioral trait. However, there are no annotations, and the description does not disclose other traits such as that the transaction is unsigned and requires further steps, or any authorization requirements. The schema descriptions for revokeMint and revokeFreeze already state 'irreversible,' so the description adds only marginal value.

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: one sentence with no wasted words. It is front-loaded with the core purpose and key behavioral note ('Permanent on-chain'). Every word earns its place.

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 tool's simplicity (4 boolean/string params, no output schema) and the context from sibling tools, the description is minimally adequate. However, it omits the workflow context (this builds an unsigned tx that must be executed) and does not explain how the output is used, leaving the agent to infer from sibling names. A more complete description would reference the execute tool.

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% and each parameter already has a descriptive schema description (e.g., 'Permanently revoke the mint authority...'). The tool description adds no additional meaning beyond what the schema provides. Baseline 3 is appropriate since the schema 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 tool builds an unsigned revoke-authority transaction for mint and/or freeze. It specifies the action and the resource (authority). However, it does not distinguish itself from the sibling tools solknife_revoke_authority_execute and solknife_revoke_authority_read, which could confuse an agent about when to use this specific build step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like solknife_revoke_authority_execute or solknife_revoke_authority_read. The sibling tool names imply a workflow (build -> execute), but the description does not mention that this tool produces an unsigned transaction that must be submitted via the execute tool.

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