Skip to main content
Glama

Verify with fingers

verify
Read-onlyIdempotent

Verify what is actually TRUE about something before you act on it. CALL THIS BEFORE you: sign a transaction, approve or set a token allowance, send funds, buy or mint, connect a wallet, or trust a claimed identity, seller, project, contract, token, NFT, price, or factual claim you found. fingers researches it across the web, on-chain reads, verified contract source, and live market data, then returns a synthesized verdict. BRANCH ON recommended_action: 'informational' (a pure lookup/answer -- a price, odds, or explanation -- no action to gate), 'proceed' (you were about to act and it is verified safe/true), 'caution' (mixed/thin/unverified, proceed only with your own checks), 'do_not_proceed' (a harmful fact was found, do not act), or 'needs_human' (a trust/authenticity call a human must settle). For an action you intended, anything other than 'proceed' means do not act yet. Example result: {"recommended_action":"do_not_proceed","headline":"This token is a honeypot: sells are blocked.","confidence":0.96}. This tool is read-only: it never moves funds, needs keys, or signs anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
freshNoSkip cache and re-research now, for live/volatile numbers like a current floor or price.
contextNoOptional structured context to disambiguate.
categoryNoOptional hint: contract/token safety, identity/authenticity, market/price/odds, or general.
questionYesWhat you need verified, in plain language (e.g. 'is 0x... a honeypot?', 'is this the real BAYC contract?', 'what are the odds on <market>?').
max_wait_sNoOptional. Max seconds to wait before returning a fast provisional result (status 'researching', recommended_action 'caution') instead of blocking. Call again a few seconds later for the completed verdict. Omit to wait for the full answer.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cachedNo
detailNo
sourcesNo
escalateNo
headlineYes
confidenceYes
needs_humanNo
human_verifiedNo
verified_factsNo
recommended_actionYes
injection_suspectedNo

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description reinforces this with 'This tool is read-only: it never moves funds, needs keys, or signs anything.' More importantly, it adds behavioral depth beyond annotations: it describes the research sources (web, on-chain reads, verified contract source, live market data), explains the recommended_action enum in detail, and provides an example result with a headline and confidence score.

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 lengthy but every sentence earns its place: the core purpose is front-loaded, followed by trigger scenarios, research sources, output semantics, example, and safety note. The structure is clear and easy to scan despite the density, with no filler or redundancy.

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?

For a tool with nested objects, multiple parameters, and an output schema, the description is remarkably complete. It fully explains the recommended_action branching, provides a concrete example result, and clarifies the read-only behavior. Combined with the rich schema and annotations, an agent has enough information to select and invoke this tool correctly in a variety of situations.

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?

The input schema covers 100% of parameters with descriptions, so the baseline is 3. The description does not add parameter-level meaning beyond the schema (e.g., it does not clarify 'fresh', 'context', 'category', or 'max_wait_s'), though the sample question ('is 0x... a honeypot?') and example output indirectly illustrate typical usage.

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 opens with 'Verify what is actually TRUE about something before you act on it', giving a specific verb and a clear scope (anything you might act on). It also lists concrete examples (sign a transaction, approve allowance, send funds, etc.) and positions itself as a pre-action safety gate, distinguishing it from the many specialized sibling tools like token_security or rug_check.

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?

The description explicitly states 'CALL THIS BEFORE you:' followed by a detailed list of risky actions, providing strong when-to-use guidance. It also explains what to do based on the recommended_action field ('anything other than proceed means do not act yet'). However, it does not name alternative tools or explicitly say when to use a specialized sibling instead, so it lacks explicit 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.7/5.0
Disambiguation3/5

Many tools share the same core purpose (safety checks) differentiated mainly by chain or asset type, and descriptions are detailed enough to distinguish them most of the time. However, pairs like rug_check/rugcheck and deployer_check/deployer_reputation have overlapping purposes that could lead to misselection.

Naming Consistency3/5

Most tool names follow a lowercase snake_case pattern with clear descriptors, but there are notable exceptions like 'rugcheck', 'defillama', and 'verify'. Additionally, the 'rug_check' vs 'rugcheck' pair is an obvious naming inconsistency.

Tool Count2/5

44 tools is excessive for any server. Even for a broad security/due-diligence purpose, many tools (especially the robinhood_* series) are highly specialized and could be consolidated into fewer actions.

Completeness4/5

The tool surface is impressively comprehensive, covering token/NFT safety, transaction simulation, whale/address tracking, stock analysis, prediction markets, and project validation. Minor gaps exist (e.g., no ENS resolution or stock price history), but they are not critical for the server's core purpose.

Resources