list_proposals
Retrieve all proposals for a specific DAO using the MCP SNS Server, enabling users to stay informed, manage governance tasks, and participate in decision-making processes effectively.
Instructions
List all proposals
Input Schema
Name | Required | Description | Default |
---|---|---|---|
daoName | Yes | DAO name |
Input Schema (JSON Schema)
{
"properties": {
"daoName": {
"description": "DAO name",
"type": "string"
}
},
"required": [
"daoName"
],
"type": "object"
}