Skip to main content
Glama

Search Aave DAO proposals

search_governance_proposals
Read-only

Takes no 'version' argument (DAO governance is not per-market; Governance V3 is unrelated to Aave v3/v4 markets). List or search Aave DAO governance proposals. Filter by 'state' to answer "what is live right now" (state 'active') or "what is waiting to execute" (state 'queued'). Pass 'search' for full-text over title, author and description, ranked by relevance. Vote tallies are in AAVE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows to return (1-100, default 20).
stateNoFilter to one lifecycle state. 'active' is open for voting, 'queued' passed and waits out the timelock, 'executed' is done. Omit for every state.
offsetNoRows to skip, for paging (default 0).
searchNoOptional full-text query, e.g. 'GHO' or 'Chaos Labs'. Combines with 'state'.
includeSummariesNoInclude each proposal's ~500-char summary (default false). Adds roughly 500 bytes per row, so ask for it when summarising a list rather than when looking one up.

TDQS

A4.5/5.0
Behavior4/5

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

The readOnlyHint annotation already signals safety, and the description adds useful behavioral context beyond that: DAO governance is not market-specific, Governance V3 is unrelated to Aave markets, full-text search covers title/author/description and is relevance-ranked, and vote tallies are denominated in AAVE. This goes well beyond the structured annotation without overclaiming. It does not describe return shape or error behavior, but that is not essential for selection here.

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 compact, information-dense, and front-loaded with the most important disambiguation about the 'version' argument. Each sentence earns its place: scope, state-filter guidance, search behavior, and vote-tally currency. No filler or repetition of schema details.

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?

For a list/search tool with optional parameters, a readOnly annotation, and no output schema, this description is complete enough for an agent to select and invoke the tool correctly. It explains the core purpose, the state lifecycle meanings, search behavior, and the fact that vote tallies are in AAVE. Remaining parameter details (limit, offset, includeSummaries) are already well-documented in the input schema.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by explaining the practical semantics of 'state': 'active' means open for voting and 'queued' means passed and waiting timelock. It also clarifies that 'search' combines with 'state' and that no 'version' argument should be passed, which is valuable contextual parameter guidance.

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 states a specific verb and resource: 'List or search Aave DAO governance proposals.' It explicitly distinguishes this from market-scoped tools by clarifying that DAO governance is not per-market and that Governance V3 is unrelated to Aave v3/v4 markets. This makes the tool's purpose instantly identifiable among the large sibling set.

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 gives concrete guidance for when to use specific parameters: use state 'active' for what is live now, state 'queued' for what is waiting to execute, and 'search' for full-text relevance queries. It clearly explains that the tool takes no 'version' argument, preventing a likely misuse. It stops short of explicitly naming alternative tools like get_governance_proposal for single-proposal lookups, so it does not fully meet the 'explicit alternatives' bar.

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

A4.1/5.0
Disambiguation4/5

The tool set is organized into clear read/prepare/action families, and cross-references like get_user_positions vs get_user_summary or get_markets vs get_reserve_details keep purposes distinct. A couple of generic names—prepare_action vs prepare_order, preview_action vs prepare_action—could cause misselection, but the descriptions explicitly separate them.

Naming Consistency4/5

Names overwhelmingly follow a verb_noun snake_case pattern: get_* for reads, prepare_* for transaction builders, plus cancel_order and submit_signed_order. The pattern is consistent overall, though a few generic exceptions like get_started, get_aave_guide, and preview_action break the strict resource-noun convention.

Tool Count2/5

With 40 tools, the set is well past the 25+ threshold and feels heavy even though the domain is broad. Most tools are distinct and justified, but an agent must navigate a very large list, and the server could reasonably be split into protocol, governance, and swap/order surfaces.

Completeness4/5

The surface covers v3/v4 reads, positions, health factors, simulations, transaction building, collateral, eMode, liquidation, rewards, sGHO, swaps/orders, and governance proposal reads, with clear sequencing between preview, prepare, and submit. Minor gaps exist—governance has no voting transaction and stkGHO balance/cooldown state is not readable—but they do not block the core Aave workflows.

Resources