Skip to main content
Glama

get_wallet_connections

Read-only
Other tracked wallets that traded the same tokens as this one over the last 30

days, ranked by overlap. Useful for finding groups that move together, which

can indicate coordination.



blockchain: solana, bnb, base, eth or rh

address: the source wallet address

limit: how many connections (default 25)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many entries to return. Keep it small: large results are trimmed to fit the context window anyway.
addressYesWallet address. Base58 on Solana, 0x-prefixed hex on the EVM chains.
blockchainYesBlockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.7/5.0
Behavior4/5

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

The description discloses key behaviors: it analyzes 'other tracked wallets that traded the same tokens as this one over the last 30 days' and ranks by overlap. This adds context beyond the readOnlyHint and openWorldHint annotations, which already indicate safe reading and dynamic results. The description enhances agent understanding of the tool's logic and scope.

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?

The description is concise: two sentences of purpose plus a parameter list. Every part is relevant, and the structure front-loads the key functionality. The parameter list is a minor redundancy with the schema but is brief and helpful for an agent scanning the description.

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?

Given the presence of an output schema, the description does not need to detail return values. It explains the input parameters, the criteria (token overlap over 30 days), ranking, and a practical use case. This covers essential context for an agent to decide when and how to use the tool.

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 100%, with each parameter already having detailed descriptions in the schema. The tool description adds a brief parameter list ('blockchain: solana, bnb, base, eth or rh', etc.), but this does not provide new information beyond the schema. The description merely summarizes the schema content without adding deeper semantic context, so baseline 3 is appropriate.

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 clearly states it returns 'other tracked wallets that traded the same tokens as this one over the last 30 days, ranked by overlap.' While it lacks a strong verb like 'get' or 'list,' the purpose is specific and well-defined. It distinguishes itself from siblings like 'compare_wallets' or 'detect_bundles' by focusing on token overlap, though not explicitly differentiating.

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 description mentions the tool is 'useful for finding groups that move together, which can indicate coordination,' providing a clear use case. However, it does not specify when to use this tool versus alternatives (e.g., compare_wallets, get_wallet_history), nor does it state when not to use it. The guidance is implied but lacks explicit exclusions or comparisons.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct function—comparing tokens vs. wallets, detecting bundles, retrieving historical vs. current signals, etc. Overlap is minimal, and descriptions clearly differentiate similar-sounding tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (compare_, detect_, get_, list_, lookup_), all in snake_case, making it easy to predict and understand the purpose of each tool.

Tool Count4/5

With 21 tools, the set is slightly above the typical 'well-scoped' range, but the breadth of functionality—covering wallet stats, tokens, signals, bundles, and comparisons across multiple blockchains—warrants the number. No tool feels redundant.

Completeness5/5

The tool surface covers essentially all aspects of wallet tracking: browsing, per-wallet stats/history/holdings/connections, token-level analysis, signals, bundles, leaderboards, and activity metrics. No obvious gaps for the stated purpose.

Resources