Skip to main content
Glama
schenkty

Keeta Network MCP Server

by schenkty

keeta_client_execute

Execute read-only network operations on the Keeta blockchain to retrieve account data, balances, blocks, and network status information.

Instructions

Execute any method on the Keeta Client (read-only network operations).

Use keeta_list_sdk_methods with target "Client" to discover available methods.

Common methods: getAccountInfo, getBalance, getAllBalances, getHeadBlock, getBlock, getHistory, getTokenSupply, getNetworkStatus, getPeers, getVersion, getLedgerChecksum, getAllCertificates, getAllRepresentativeInfo.

Arguments are auto-resolved:

  • Strings starting with "keeta_" become Account objects

  • "BIGINT:123" becomes BigInt(123)

  • "PERM:ACCESS,ADMIN" becomes a Permissions object

  • "ALGO:TOKEN" becomes AccountKeyAlgorithm.TOKEN

  • Plain strings, numbers, booleans, objects, arrays pass through as-is

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkYesNetwork to connect to
methodYesMethod name to call on Client
argsNoArguments array — each element is auto-resolved
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key traits: it's for 'read-only network operations' (indicating safety), mentions auto-resolution of arguments (important behavioral detail), and lists common methods. However, it doesn't cover potential rate limits, error handling, or response formats, leaving some gaps.

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 well-structured and front-loaded with the core purpose. Each sentence adds essential information: purpose, discovery method, common examples, and argument resolution rules. There's no wasted text, and it efficiently communicates complex concepts in a compact form.

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 the tool's complexity (executing arbitrary methods with auto-resolved arguments) and lack of annotations or output schema, the description does a good job of covering key aspects: purpose, usage, and parameter behavior. However, it doesn't explain return values or potential errors, which could be important for a tool with no output schema, leaving some contextual gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds significant value beyond the schema by explaining how 'args' are auto-resolved with specific examples (e.g., strings starting with 'keeta_' become Account objects). This clarifies parameter semantics that aren't evident from the schema alone, though it doesn't detail 'network' or 'method' beyond what the schema provides.

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 tool's purpose: 'Execute any method on the Keeta Client (read-only network operations).' It specifies the exact resource (Keeta Client) and verb (execute methods), and distinguishes it from siblings by emphasizing 'read-only network operations' and referencing keeta_list_sdk_methods for discovery.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: 'Use keeta_list_sdk_methods with target "Client" to discover available methods.' It also lists common methods as examples, helping users understand typical use cases versus alternatives like keeta_user_client_execute or other sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/schenkty/kta-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server