Skip to main content
Glama

wallet_network

Read-only

Map a wallet's direct and second-hop network to identify frequent counterparts, shared tokens, and transfer direction. Use it to trace who a wallet moves with.

Instructions

[$0.025] Who one wallet is wired to across the index: direct counterparts with interaction counts, shared tokens, transfer direction where the chain shows it, plus a bounded second hop. check_wallet says what it DID; this says who it MOVES WITH.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesSolana wallet, base58.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
saysNoThe finding in one plain sentence, safe to quote.
_metaNo
directNoCounterparts, each with the wallet, interaction count, shared tokens and transfer direction...
walletNoThe wallet asked about.
edge_totalNoEdges behind both rings.
second_hopNoA bounded second ring, reached through the direct counterparts.
direct_totalNoCounterparts found, before the cap.
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful context: cost, the bounded nature of the second hop, and the specific data categories (counts, shared tokens, direction). This goes beyond the annotations without contradicting them.

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?

A single dense sentence that front-loads cost and core functionality, then adds a differentiating contrast. Every word contributes; no fluff.

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 an output schema is present, the description doesn't need to explain return structure. It explains what the tool returns at a high level and mentions a key limitation (bounded second hop). It's complete enough for an agent to call safely.

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 covers 100% of the parameter (address as Solana wallet, base58). The description adds no new semantic detail about that parameter, so baseline 3 applies.

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?

States a specific verb and resource: maps who a wallet is wired to, with concrete outputs (direct counterparts, interaction counts, shared tokens, transfer direction, bounded second hop). Explicitly contrasts with check_wallet, distinguishing it from a close sibling.

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?

Provides a clear usage contrast with check_wallet ('what it DID' vs 'who it MOVES WITH'), guiding when to prefer this tool. Doesn't enumerate alternatives like token_graph or funder_networks, but the single contrast is sufficient for the main decision.

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/freyotrisolana/mindjack-mcp'

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