Skip to main content
Glama

contract_call

Submit a smart-contract write call from a KMS wallet: viem encodes, AWS KMS signs, then broadcasts to Base mainnet or sepolia. Optional idempotency key prevents duplicate broadcasts.

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 partially covers behavior: idempotency and cost. However, it omits failure modes, auth requirements, and side effects beyond broadcasting, which are important for a write operation.

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?

Description is three sentences, front-loaded with the main action, and uses minimal verbiage. Every sentence adds value without redundancy.

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?

Considering no output schema or annotations, the description covers core functionality, idempotency, and cost. It could be more complete by explaining prerequisites or error handling, but it is sufficient for basic understanding.

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%, so parameters are already well-described. The description adds context about idempotency and cost but does not enhance understanding of individual parameters 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?

Description clearly states the tool submits a smart-contract write call from a KMS wallet, with specifics on encoding, signing, and broadcasting. It uniquely identifies its purpose among sibling tools like contract_read.

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?

No explicit guidance on when to use this tool versus alternatives. While it implies write calls, it does not mention read calls or other related tools, leaving the agent to infer usage context.

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