Skip to main content
Glama

provision_signer

Provision a non-custodial AWS KMS-backed Ethereum signer for signing smart-contract write transactions. Private keys stay in KMS; $0.04/day rental requires $1.20 upfront credit.

Instructions

Provision an AWS KMS-backed Ethereum signer for signing smart-contract write transactions. Private keys never leave KMS. Cost: $0.04/day rental ($1.20/month) plus $0.000005 per contract call. Requires $1.20 in cash credit at creation (30 days of rent). Non-custodial.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesWhich EVM chain. Cost: $0.04/day rental, requires $1.20 in cash credit at creation.
project_idYesThe project ID
recovery_addressNoOptional 0x-prefixed address for auto-drain on day-90 deletion
Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: private keys never leave KMS, non-custodial, costs, and required credit. This adds value beyond schema. However, it does not mention if the operation is idempotent or what happens on duplicate provisioning.

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 four focused sentences with the purpose front-loaded. Every sentence adds value: purpose, key security, cost breakdown, credit requirement. No fluff or redundancy.

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

Completeness3/5

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

The description covers core functionality and constraints but lacks output information. Since there is no output schema, the agent is left guessing what the response contains (e.g., signer address or ID). This is a gap for a provisioning tool.

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 baseline is 3. The description repeats cost info already in the schema's chain description and adds minimal extra meaning. It clarifies the optional recovery_address purpose but does not exceed the schema's provided descriptions.

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 action 'Provision', the resource 'AWS KMS-backed Ethereum signer', and the context 'for signing smart-contract write transactions'. It distinguishes from sibling tools like delete_signer, get_signer, etc., by specifying the creation and unique backend.

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 provides context about costs and credit requirements but does not explicitly state when to use this tool versus alternatives. Usage is implied as initial signer creation, but no exclusions or comparisons to sibling tools like 'drain_signer' or 'set_recovery_address' are given.

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/MajorTal/run402'

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