{"name":"dao-proposal-monitor","description":"DAO proposal monitor / Snapshot.org governance feed / DAO voting tracker / on-chain governance watch / Aave + Uniswap + ENS + Arbitrum proposal feed / DAO proposal TLDR. For any Snapshot space (e.g. 'aave.eth', 'uniswap', 'ens.eth'), returns recent proposals filtered by state (active / closed / pending / all) with title, body, choices, vote tallies (scores per choice), voter count, total voting power, start/end timestamps, and IPFS hash. Optional Venice-powered AI TLDR per proposal. Snapshot Hub public API — no auth.","price":"$0.03","method":"POST","input_schema":{"properties":{"space":{"type":"string","description":"Snapshot space slug, typically an ENS name (e.g. 'aave.eth', 'uniswap', 'ens.eth', 'arbitrumfoundation.eth')."},"state":{"type":"string","enum":["active","closed","pending","all"],"description":"Filter by proposal state. Default 'all'."},"limit":{"type":"number","description":"Max proposals to return. 1-50. Default 10 (most-recent-first)."},"summarize":{"type":"boolean","description":"If true, generates a Venice-LLM TLDR per proposal (extra latency). Default false."}},"required":["space"]},"input_example":{"space":"aave.eth","state":"active","limit":5},"output_example":{"space":"aave.eth","space_info":null,"state":"active","proposal_count":0,"proposals":[],"source":"Snapshot.org Hub"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}