Skip to main content
Glama

Get the funded-agent claim-to-market route

get_agent_wallet_onboarding
Read-onlyIdempotent

Read the persistent-wallet setup, canonical Ethereum contracts, claim state, and market route. MCP never holds keys, funds gas, signs, or submits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemaYes
statusYes
chainIdYes
networkYes
warningsYes
authorityYes
contractsYes
policyIntentYes
rolePatternsYes
claimSequenceYes
marketSequenceYes
artifactVersionYes
providerNeutralYes
referenceAdapterYes
submissionRecoveryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds extra trust-boundary context that the MCP never holds keys, funds gas, signs, or submits, which goes beyond the structured hints. There is no contradiction.

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?

Two sentences, no filler. The first sentence states the action and scope; the second states an important limitation. Both sentences earn their place and the key action is front-loaded.

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 no-parameter, read-only tool with an output schema and strong annotations, this description is nearly complete. It covers what is read and what the MCP will not do. The main missing piece is an explicit pointer to mutation tooling for active claim actions.

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?

The tool has zero parameters and an empty input schema, so no parameter documentation is needed. The description's conceptual framing still adds useful context about what the no-parameter call will surface, such as wallet setup, contracts, and claim state.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Read' and names a specific set of resources: persistent-wallet setup, canonical Ethereum contracts, claim state, and market route. This gives a clear picture of the tool's scope and separates it from vague siblings, though it does not explicitly disambiguate it from other get_agent_* tools.

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 read-only framing and the statement that MCP never signs or submits imply this is an observation/status tool rather than an execution tool. However, it never explicitly says when to prefer this over related tools like get_agent_entry or reconcile_agent_entry_claim, so the usage guidance remains implicit.

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.