Skip to main content
Glama

get_safe_positions

Read-onlyIdempotent

Fetch Safe multisig account details for an EVM owner or Safe address, including threshold, owners, balance, pending transactions, and risk notes.

Instructions

Fetch Safe (Gnosis Safe) multisig accounts for an EVM owner address and/or by Safe address. Returns per-Safe threshold, owners, contract version, native balance, pending and recently-executed transactions, and risk notes (single-signer threshold, all-required threshold, Safe Modules, Safe Guards). Pass signerAddress to discover every Safe the wallet is an owner on, OR safeAddress to look up one Safe directly (or both — results are unioned and deduped). chains defaults to ["ethereum"]; pass an explicit array to query other supported EVM chains. Requires SAFE_API_KEY (https://developer.safe.global/) — Safe Transaction Service authenticates every request. ERC-20 balances are NOT enumerated here; pair with get_token_balance per token or get_portfolio_summary against the Safe address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signerAddressNo
safeAddressNo
chainsNo
Behavior4/5

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

Annotations already declare read-only and idempotent. Description adds behavioral details: requires API key authentication, returns pending and recently-executed transactions, risk notes, and union/dedup behavior. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is front-loaded with purpose and well-structured, but somewhat dense. Every sentence earns its place with no redundancy, though could be slightly more concise.

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 no output schema, description adequately covers return structure (threshold, owners, version, balance, transactions, risk notes). Also mentions prerequisites (API key), limitations (no ERC-20), and cross-references related tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage; description fully explains each parameter: signerAddress for wallet discovery, safeAddress for direct lookup, chains with default ethereum and supported values. Adds meaning beyond schema patterns.

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?

Clearly states it fetches Safe multisig accounts for an EVM owner address and/or by Safe address, listing returned fields. Distinguishes from siblings by explicitly noting ERC-20 balances are not included and directing to get_token_balance or get_portfolio_summary.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly explains when to use signerAddress (discover all Safes for a wallet) vs safeAddress (look up one Safe), and that both can be used together. Describes chains default behavior and requirement for SAFE_API_KEY, also notes what the tool does not cover (ERC-20 balances) with alternatives.

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/szhygulin/recon-crypto-mcp'

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