Skip to main content
Glama

X (Twitter) MCP server

by rafaljanicki

vote_on_poll

Submit votes on Twitter polls using tweet ID and choice. Enables participation in polls within the X (Twitter) MCP server.

Instructions

Vote on a poll (mocked)

Input Schema

NameRequiredDescriptionDefault
choiceYes
tweet_idYes

Input Schema (JSON Schema)

{ "properties": { "choice": { "title": "Choice", "type": "string" }, "tweet_id": { "title": "Tweet Id", "type": "string" } }, "required": [ "tweet_id", "choice" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rafaljanicki/x-twitter-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server