Futarchy MCP Server

getProposalSentiment

Analyze sentiment for specific proposals by extracting and processing data from Discord and Twitter, enabling informed decision-making in DAO governance.

Instructions

Get sentiment analysis for a specific proposal based on Discord and Twitter data

Input Schema

NameRequiredDescriptionDefault
proposalIdYesThe ID of the proposal to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "proposalId": { "description": "The ID of the proposal to analyze", "type": "string" } }, "required": [ "proposalId" ], "type": "object" }

You must be authenticated.

Other Tools from Futarchy MCP Server

Related Tools

ID: 7wq5i9e54d