Skip to main content
Glama

governance_activity

Requires a ChainHelix API key as bearer token, or 2 cents per call paid over Binance b402 in USDT, USDC, USD1 or U on BNB Smart Chain, or over x402 in USDC on the Base network. DAO governance on Snapshot over a window: proposals, votes and scores per space, most active first. space is a Snapshot space id such as aavedao.eth. window in hours, default 168, max 2160

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
spaceNo
windowNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

TDQS

B3.3/5.0
Behavior4/5

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

No annotations are present, so the description carries the full disclosure burden. It crediting a actually authenticates ChainHelix API key or pricing via token payments, outlines Snapshot governance data, and exposes ordering, default window, and max window. This is meaningful behavioral context beyond the schema, though it leaves some invocation details implicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is dense and contains no pure filler, but the payment details overwhelm the main purpose sentence and the entire text is a single heavily packed paragraph. The information is organized by topic, but more structured formatting would make parameter constraints and defaults more discoverable.

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?

The description covers output ordering, window range, Snapshot ID format, authentication, and cost, and an output schema exists for return values. However, it does not clarify whether `space` is required, what happens when `space` is omitted, or what `limit` controls; those gaps prevent the context from being complete.

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 0%, so the description must explain the parameters. It adequately documents `space` with an example and `window` with default and max values, but it never explains `limit`, its default behavior, or whether it caps the number of proposals and votes. One of three parameters remains semantically underspecified.

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 identifies the tool as returning DAO governance data from Snapshot: proposals, votes, and scores per space, ordered by activity. It is specific enough to distinguish the tool from the many other data tools in the sibling list, though it relies on the tool name and phrasing rather than an explicit verb like 'fetch' or 'list'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says what the tool queries and gives parameter details, but it never states when to use this tool or when not to use an alternative. No exclusions, use cases, or comparisons to sibling tools are provided, so an agent has to infer the appropriate invocation context.

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.5/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but some overlap exists among report tools (situation_report, deep_report, market_state) and spec tools (attest_spec, proof_spec). These could confuse an agent selecting the most appropriate endpoint.

Naming Consistency4/5

Tool names use consistent snake_case and are descriptive, but follow mixed patterns: verb_noun for actions (buy_key, list_attestations) and bare nouns or noun phrases for data endpoints (prices, congestion, wall_map). This is readable but not fully uniform.

Tool Count3/5

With 26 tools, the set is heavy and covers multiple domains (attestation, market data, key management, webhooks). It sits just above the borderline for comfort, but the breadth is justifiable given the server's multi-purpose nature.

Completeness5/5

The tool surface provides full lifecycle coverage for attestation (create, read, verify), key management (buy, claim, status), and webhooks (register, status, unregister), plus a wide range of market data endpoints. There are no obvious gaps or dead ends.

Resources