Skip to main content
Glama

dappgrade — onchain app health index

get_universe

List the dApps dappgrade covers, with current scores and coverage (free discovery manifest).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNofilter by tier 0/1/2
chainNofilter by chain, e.g. base, mainnet
limitNomax rows (default 100)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. It indicates a 'free discovery manifest' suggesting read-only, but does not disclose rate limits, authentication needs, or other 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with key information. However, jargon like 'dappgrade' and 'free discovery manifest' may reduce clarity for some agents.

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

Completeness2/5

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

No output schema, so description should provide more on return format or use cases. Only lists what it shows but not how results are structured or what to expect.

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 has 100% coverage with basic descriptions, but the tool description does not add significant extra meaning beyond what the schema already provides. Baseline 3 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?

Description uses specific verb 'List' and identifies resource 'dApps dappgrade covers', clearly differentiating from siblings like get_methodology and get_score.

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?

No explicit when-to-use or when-not-to-use guidance. The description implies usage for discovery, but fails to differentiate from siblings or provide context on when to use this tool over others.

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