list_votable_neurons
Retrieve a list of votable neurons for a specific DAO using the provided Principal ID. Simplify participation in governance and decision-making processes within the MCP SNS Server.
Instructions
List all votable neurons
Input Schema
Name | Required | Description | Default |
---|---|---|---|
daoName | No | DAO name | |
principalId | Yes | Principal ID |
Input Schema (JSON Schema)
{
"properties": {
"daoName": {
"description": "DAO name",
"type": "string"
},
"principalId": {
"description": "Principal ID",
"type": "string"
}
},
"required": [
"principalId"
],
"type": "object"
}