Skip to main content
Glama

dappgrade — onchain app health index

get_score

Pre-transaction health/safety verdict for an onchain app, by contract address. Returns a decision-shaped verdict — ok / caution / avoid / unknown — with score, coverage, tier, flags and per-dimension sub-scores. unknown is a real, free answer: never infer safety from its absence. Indexed addresses are a paid lookup (0.01 USDC via x402 on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesEVM chain — id (8453), CAIP-2 (eip155:8453), or name (base, mainnet, arbitrum, optimism)
addressYes0x contract address (40 hex chars)

TDQS

A4/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses payment requirement for indexed addresses (0.01 USDC via x402 on Base) and warns that `unknown` is not to be inferred as safe. Does not explicitly state read-only nature, but sufficiently covers key behavioral traits.

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?

Two sentences, front-loaded with purpose and output description. Second sentence adds crucial clarification and payment note. No wasted words.

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?

Without output schema, description adequately explains return format (verdict with sub-scores) and payment condition. Could mention that both parameters are required, but implied. Good overall.

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 coverage is 100% (both parameters described). Description mentions payment for 'indexed addresses' but doesn't add significant meaning beyond schema for the two parameters. Baseline 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?

Describes a specific verb+resource: 'Pre-transaction health/safety verdict for an onchain app, by contract address.' Clearly differentiates from siblings (get_methodology, get_universe) which are about methodology info and universe listing.

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?

Implied usage as pre-transaction safety check, but no explicit when-not-to-use or alternatives. Clarifies that `unknown` is a real answer, but lacks comparison to siblings or conditions for using other tools.

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 distinct aspect: methodology explains scoring, get_score retrieves a verdict for a specific address, and get_universe lists covered dApps. No overlap in purpose.

Naming Consistency5/5

All tool names follow the `get_<noun>` pattern consistently, making the API predictable and easy to navigate.

Tool Count5/5

Three tools is appropriately scoped for the server's purpose: one for explanation, one for querying, one for discovery. No redundancy or missing essentials.

Completeness4/5

Core operations are covered: methodology, scoring, and universe listing. Minor gaps like batch scoring or historical data are absent but not critical for the intended use case.

Resources