Skip to main content
Glama
gveshk

@atlasyield/mcp

Get vault score

get_vault_score

Get a vault's Atlas Score (0-100) with pillar breakdowns for yield, safety, liquidity, and sustainability, plus live APY/TVL and data quality. Identifies if the vault is scored.

Instructions

Latest Atlas Score for one vault: composite (0-100), label, the four pillar scores (yield, safety, liquidity, sustainability), live APY/TVL, data quality and the scoring timestamp. Returns found:false when the vault is not in the scored universe. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesVault contract address (0x…); case-insensitive
chainIdYesEVM chain id, e.g. 1 (Ethereum), 8453 (Base), 42161 (Arbitrum)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly states 'Read-only' and documents the found:false behavior for vaults outside the scored universe, which are key behavioral traits an agent needs to know.

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 a single, tightly packed sentence that front-loads the core purpose ('Latest Atlas Score for one vault') before enumerating outputs and edge-case behavior. Every phrase contributes value, with no filler.

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?

Despite having no output schema, the description enumerates all returned fields and the not-found case. For a read-only retrieval tool with two well-documented parameters, nothing essential is missing.

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%, with both parameters (address, chainId) fully described in the schema including examples. The tool description adds no additional parameter context, so it does not exceed the baseline of 3 for a fully documented schema.

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 the tool retrieves the latest Atlas Score for a single vault, listing the exact output components (composite score, pillar scores, APY/TVL, data quality, timestamp) and the found:false fallback. This distinguishes it from sibling tools like compare_vaults or explain_vault_score, which serve different purposes.

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 phrase 'for one vault' establishes clear context that this is for a single vault, distinguishing it from multi-vault tools. However, it does not explicitly name alternatives or state when not to use it, so it stops short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.