Skip to main content
Glama

solknife_ct_state

Read confidential-transfer state for owner + mint (mint extension flags, account configured, balance ciphertexts).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesA Solana address in base58, 32-44 chars.
ownerYesA Solana address in base58, 32-44 chars.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It correctly states 'Read', indicating a non-destructive operation, and specifies the data returned. However, it does not mention whether any special permissions are required or if the call is rate-limited. The description is adequate but lacks depth for a tool with zero annotation coverage.

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 a single sentence that is front-loaded and contains no extraneous words. It efficiently conveys the purpose and key data returned. Every part earns its place.

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

Completeness4/5

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

Given that there is no output schema, the description compensates by listing what data is returned (mint extension flags, account configured, balance ciphertexts). It covers the essential aspects for a read tool with two parameters. Some missing details like pagination or error conditions would be nice, but the description is largely complete for the tool's complexity.

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 'mint' and 'owner' have descriptions stating they are Solana addresses). The description adds the context 'for owner + mint', which is essentially the same as the parameter names. Therefore, it provides minimal additional meaning beyond the schema, earning the baseline score of 3.

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 uses specific verb 'Read' and resource 'confidential-transfer state for owner + mint', and lists the data components (mint extension flags, account configured, balance ciphertexts). It clearly distinguishes this read tool from other solknife tools that are build/execute/list operations.

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 implies usage as a read query for confidential-transfer state, but provides no explicit guidance on when to use it versus alternatives like solknife_ct_orphans_list or solknife_multisig_state. No exclusions or prerequisites 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