MCP Snapshot Server

getProposal

Get details of a specific proposal

Input Schema

NameRequiredDescriptionDefault
proposalIdYesID of the proposal

Input Schema (JSON Schema)

{ "properties": { "proposalId": { "description": "ID of the proposal", "type": "string" } }, "required": [ "proposalId" ], "type": "object" }