Skip to main content
Glama

get_smart_account_info

Read-only

Retrieves the Agent Owner EOA address and counterfactual Safe Smart Wallet address on Base. Works without an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safe-read profile is covered. The description adds useful auth context ('works without an API key'), which is beyond the annotations, but says nothing else about behavior, e.g. whether addresses are deterministic or what happens if none exist.

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 tight sentences with nothing wasted; the return content is front-loaded and the auth note follows as supporting detail.

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?

With no input parameters and no output schema, the description carries the burden of describing the return, and it does name the two addresses returned. It stops short of explaining output format or edge cases (e.g. account not yet deployed), leaving a small gap.

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 takes no parameters, so there is no argument syntax to explain and the schema is fully self-contained. A baseline of 4 is appropriate for a zero-parameter call.

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?

Uses a specific verb ('Retrieves') plus two precisely named resources (Agent Owner EOA address and counterfactual Safe Smart Wallet address) scoped to Base. This is clearly distinguishable from the siblings (simulation, onchain intent execution, session key issuance), which all imply mutation.

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?

There is no indication of when to call this versus the sibling tools, nor any prerequisite or exclusion. The note 'Works without an API key' is setup context, not routing guidance, so an agent gets no help deciding when this lookup is appropriate.

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.