Skip to main content
Glama

get_recent_supplies

Retrieve recent supply or deposit events on AAVE across multiple chains. Filter by user address or asset symbol to see who supplied what and when.

Instructions

Use this when the user asks about recent deposit/supply activity on AAVE — 'Who has been supplying ETH on Base?', 'Show me recent USDC deposits on Polygon', 'What has address 0x... deposited recently?'. V3 chains use the 'supply' entity; V2 chains use 'deposit' — handled automatically. Returns: supplier address, asset symbol, raw amount, and timestamp. Divide amount by 10^decimals for human-readable value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain identifier
firstNoNumber of supply events to return (1–100, default 20)
userAddressNoOptional: filter by supplier address (0x...)
reserveSymbolNoOptional: filter by asset symbol (e.g. USDC, WETH, WBTC)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses return fields (supplier, asset, raw amount, timestamp) and advises adjusting by decimals for human-readable values. It mentions automatic version handling. Missing explicit statement on ordering (presumably descending by time) and pagination limits are covered by the schema. Overall transparent enough for a read tool.

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 very concise: 3 sentences, with usage examples embedded in the first sentence. It is front-loaded with the key purpose and usage guidance, and every sentence adds value. No unnecessary 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?

Given the complexity (multiple chains, V2/V3 variants, optional filters), the description covers the main aspects: purpose, usage, parameter handling, and return values. The absence of output schema is mitigated by describing return fields. Minor missing details: ordering of results (most recent first) and any rate limits or authentication needs, but these are not critical for a read action.

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

Parameters5/5

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

Schema description coverage is 100% (all 4 parameters have descriptions). The description adds significant value beyond schema: it explains how to convert raw amounts using decimals, that V3 uses 'supply' and V2 uses 'deposit' automatically, and what the returned fields represent. This goes beyond the schema's minimal descriptions.

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 returns recent deposit/supply activity on AAVE, with specific examples for different chains and assets. It distinguishes itself from sibling tools like get_recent_borrows and get_aave_liquidations by focusing on supply events.

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 provides explicit when-to-use guidance: 'Use this when the user asks about recent deposit/supply activity on AAVE.' It also explains automatic handling of V2 vs V3 chains. However, it does not explicitly mention when not to use it (e.g., for borrows or liquidations), though the context from sibling tools makes this implied.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PaulieB14/graph-aave-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server