Skip to main content
Glama

create_agent_wallet

Register an agent wallet the caller controls (non-custodial control plane).

Creates an AgentWallet record keyed by agent_id and applies an optional default policy preset. default_policies: conservative | balanced | aggressive. wallet_address is the agent's PUBLIC key (caller-supplied); omit it to create a pending record the Turnkey provisioning ticket fills in. Returns wallet_address, agent_id, status, and the applied_policies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
caller_idNo
display_nameNo
owner_addressNo
wallet_addressNo
default_policiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate this is not read-only, not idempotent, and not destructive. The description adds valuable behavior beyond that: it creates a record, optionally applies policy presets, and can create a pending record for a Turnkey provisioning ticket to fill. It also discloses the return fields, which is useful context. No contradictions with annotations.

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 concise and well-structured: first sentence states the core purpose, second explains how the record is created and key parameters, third lists return values. Every sentence adds value with no fluff, and it is front-loaded with the most important information.

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?

For a tool with 6 parameters and an output schema, the description covers the core mechanics (keyed by agent_id, policy presets, pending record flow) and return values. It does not explicitly explain how this relates to sibling lifecycle tools like enable_agent_wallet, but the context provided is sufficient for most use cases.

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 0%, so the description carries the burden. It does explain the semantics of default_policies (conservative | balanced | aggressive) and wallet_address (public key, optional, pending record behavior). However, it does not clarify agent_id, caller_id, display_name, or owner_address, leaving half the parameters under-explained.

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 begins with 'Register an agent wallet the caller controls (non-custodial control plane)', which is a specific verb+resource statement. It clearly distinguishes this from sibling tools like enable_agent_wallet, kill_wallet, and wallet_status by focusing on registration and creating an AgentWallet record keyed by agent_id.

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 provides clear context for when to use the tool — registering an agent wallet in a non-custodial control plane. It explains conditional usage (omit wallet_address for pending records) but does not explicitly name alternatives or exclusion criteria relative to sibling wallet tools, so it stops slightly short of a 5.

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