Skip to main content
Glama

investigate

investigate_wallet

Agent-driven wallet due diligence — multi-step investigation, signed markdown report + JSON sidecar, dual-chain anchored. Async — returns job_id; poll /v1/investigate/status/{job_id} for the deliverable. ETA 5-10 min. $1.77 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesEVM 0x... or Solana base58 address to investigate.

TDQS

A3.9/5.0
Behavior4/5

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

The description goes beyond the minimal annotations (readOnlyHint=false, openWorldHint=true) by disclosing async behavior (returns job_id, poll endpoint), ETA, cost, and deliverable format. This adds valuable operational context, though it does not detail the investigation steps or potential side effects.

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?

The description is concise and front-loaded, conveying purpose, deliverable, async flow, and cost in two sentences. Every sentence earns its place with essential information and no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

It provides the key operational context (async, polling, cost, deliverable) but given the tool's complexity and no output schema, it could explain more about the report contents or error handling. The current level is adequate but not complete.

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% for the single address parameter, which already explains the EVM or Solana formats. The description aligns with this but adds no new parameter semantics, so the baseline score of 3 is appropriate.

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?

The description clearly states 'Agent-driven wallet due diligence' and describes a 'multi-step investigation' producing a 'signed markdown report + JSON sidecar'. It distinguishes itself from sibling tools like screen_wallet or intel_wallet by highlighting its async, report-generating nature and dual-chain support.

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 usage is implied as a due-diligence tool, but there is no explicit guidance on when to use it over alternatives like intel_wallet or screen_wallet, nor any when-not-to-use conditions. It provides context but lacks clear exclusions.

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

A3.9/5.0
Disambiguation5/5

Each tool targets a clearly distinct function — anchoring, decoding, wallet intelligence, entertainment, etc. Even similar tools like decode_calldata vs decode_tx and intel_wallet vs screen_wallet are precisely separated by descriptions.

Naming Consistency3/5

Most names follow a verb_noun pattern (anchor_hash, decode_calldata), but there are exceptions like aura_read (noun_verb), intel_wallet (noun_noun), and ledger_report (ambiguous). This mixed convention is readable but not fully consistent.

Tool Count4/5

18 tools is slightly above the ideal range but not overwhelming. Each tool serves a specific purpose, and the count feels reasonable for the broad set of utilities offered.

Completeness4/5

The core utilities (anchoring, wallet intelligence, ledger accounting) are well-covered without obvious dead ends. Some domain-specific workflows could be expanded (e.g., verifying anchors), but the existing tools provide complete standalone operations.