Skip to main content
Glama

ava_provision_wallet

Provision a Turnkey-custodied wallet address for this userId, scoped to one chain family (evm | solana | sui). Requires ava_session first. Returns the address for funding and later signing; it does not fund the wallet and does not move any money. If Turnkey is not configured server-side, the wallet comes back with status pending_provision rather than a fabricated active address, and cannot sign or hold funds until it is active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyYes
userIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly: it discloses side effects, non-money-movement, the pending_provision fallback when Turnkey is not configured, and the fact that a pending wallet cannot sign or hold funds. This is strong behavioral disclosure beyond the bare minimum.

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 three focused sentences with no filler. It front-loads the core action, then covers prerequisite, return purpose, exclusions, and a key failure mode. Every sentence contributes meaning.

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

Completeness5/5

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

Given the small parameter set, no output schema, and no annotations, the description is remarkably complete: it covers prerequisite, input scope, return value, what the tool does not do, and the pending_provision behavior. An agent has enough context to select and call the tool correctly.

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 0%, so the description must compensate for both parameters. It explicitly references userId and family, and enumerates the allowed family values. It could add a bit more about userId format or wallet family implications, but it gives enough semantic grounding for an agent to invoke correctly.

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 states a specific verb ('Provision'), a concrete resource (Turnkey-custodied wallet address for a userId), and a scope constraint (one chain family: evm, solana, sui). It clearly differentiates the tool from siblings by noting it does not fund or move money.

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 clearly establishes a prerequisite ('Requires ava_session first') and states what the tool is for versus what it explicitly does not do ('does not fund the wallet and does not move any money'). It does not name alternative sibling tools for when to use them instead, but the usage context is still clear.

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