Skip to main content
Glama

defi_pool

DeFi pool pre-deposit intelligence: live APY + TVL enriched with an on-chain security read of the pool's underlying token contracts. $0.02 USDC (Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poolYes

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the cost ($0.02 USDC), the network (Base), and the high-level output (APY, TVL, security read). However, it does not state whether this is a read-only operation, what the security read actually returns, or any failure modes or rate limits.

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 two concise sentences. It front-loads the core purpose in the first sentence and adds cost/chain context in the second. No unnecessary words.

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?

For a single-parameter tool, the description gives a reasonable overview of what the tool does and key details like cost and network. However, missing parameter semantics and explicit usage comparison with siblings make it incomplete, especially with no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one parameter 'pool' with no description, and the tool description never mentions it. With 0% schema description coverage and no additional explanation, the agent has no idea what format 'pool' should take (address, symbol, ID, etc.). This is a critical gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides DeFi pool intelligence including live APY, TVL, and an on-chain security read. The 'pre-deposit' context clarifies its purpose. However, it doesn't explicitly differentiate from sibling tools like defi_pool_deep or defi_pool_top, so it's not fully distinctive.

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 phrase 'pre-deposit intelligence' implies when to use it (before investing into a pool), but there's no explicit guidance on when to choose this over siblings or when not to use it. No alternatives are mentioned.

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
Disambiguation5/5

Each tool has a clearly distinct purpose: defi_pool, defi_pool_deep, and defi_pool_top cover different depths of DeFi pool analysis, while token_risk_scan and token_risk_deep focus on token contract risk at different levels. There is no ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a domain prefix (defi_pool_* or token_risk_*) and optional descriptive suffixes (deep, top, scan). This makes the naming predictable and easy to navigate.

Tool Count5/5

Five tools is a well-scoped number for a specialized token-risk and DeFi pool intelligence server. Each tool serves a distinct purpose without redundancy, and the count is within the ideal 3-15 range.

Completeness5/5

The tool surface covers the core domain comprehensively: basic and deep analysis for both token risk and DeFi pools, plus a top pool screener. There are no obvious dead ends or major missing operations for the stated purpose.

Resources