Skip to main content
Glama

solknife_ct_apply_pending_build

Build the ApplyPending tx. The agent-supplied newDecryptableAvailable (36 B AES base64) is what the worker computed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesA Solana address in base58, 32-44 chars.
ownerYesA Solana address in base58, 32-44 chars.
expectedPendingCounterYes
newDecryptableAvailableYesBase64 of the 36-byte AES-encrypted new available balance your worker computed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden. It only states 'Build the ApplyPending tx' without disclosing any behavioral traits such as side effects, required permissions, dependencies, or what happens upon execution. This is severely lacking.

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, concise and free of unnecessary words. It front-loads the main action. However, it sacrifices completeness.

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 of Solana transaction building and the lack of output schema and annotations, the description is too minimal. It does not explain the transaction's purpose, prerequisites, or what the build output is, leaving the agent underinformed.

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 75% (3 of 4 parameters have descriptions). The description adds a small extra detail about newDecryptableAvailable being a 36-byte AES base64 from a worker, but this largely echoes the schema. No additional meaning for mint, owner, or expectedPendingCounter. Baseline 3 is appropriate as schema does most of the work.

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 states 'Build the ApplyPending tx' which clearly identifies the verb (build) and resource (ApplyPending transaction). It also specifies the key parameter's nature (AES base64 from worker). However, it lacks context on what 'ApplyPending' means in the Solana domain, making it less clear among siblings.

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 other build tools like solknife_burn_nft_build or solknife_ct_deposit_build. No prerequisites or conditions are mentioned.

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