Skip to main content
Glama

contract_call

Send a smart-contract write call from a KMS wallet. Encoding via viem, signing via AWS KMS, and broadcast. Idempotent on optional key. Costs chain gas and a small KMS sign fee.

Instructions

Submit a smart-contract write call from a KMS wallet. The gateway encodes via viem, signs the digest via AWS KMS, and broadcasts. Idempotent on optional idempotency_key. Cost: chain gas at-cost + $0.000005 KMS sign fee per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe project ID
wallet_idYesThe KMS contract wallet ID
chainYesEVM chain
contract_addressYes0x-prefixed contract address
abi_fragmentYesABI fragment containing the function definition
function_nameYesFunction name to invoke
argsYesFunction arguments (must match ABI)
valueNoOptional native-token value in wei (decimal string)
idempotency_keyNoOptional idempotency key — same key returns same call_id without re-broadcasting
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the encoding (viem), signing (AWS KMS), broadcasting, idempotency via key, and cost. However, it omits failure behavior (e.g., revert, gas issues) and does not clarify the return value (likely a call_id).

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?

Three concise sentences: main action, technical detail, cost. No redundant words. Well-structured and front-loaded.

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?

Despite no output schema, the description does not explain the return value (expected call_id for tracking) or error handling. Given complexity (9 params, costs), this is a significant gap for agent decision-making.

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% with descriptions for all 9 parameters. The description adds only context about idempotency_key behavior. Baseline 3 is appropriate as schema already provides parameter meaning.

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 verb 'Submit' and resource 'smart-contract write call from a KMS wallet', and distinguishes from read (contract_read) or deploy (contract_deploy) siblings by specifying 'write call' and the KMS signing process.

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

Usage Guidelines4/5

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

The description implies use for write calls (vs read) and mentions idempotency for retries, but does not explicitly list when not to use it or name alternative tools like contract_read for reads.

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/kychee-com/run402'

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