Skip to main content
Glama

X (Twitter) MCP server

by rafaljanicki

create_poll_tweet

Generate a tweet with an interactive poll, allowing users to vote on specified choices within a set time frame, using the X (Twitter) MCP server.

Instructions

Create a tweet with a poll

Input Schema

NameRequiredDescriptionDefault
choicesYes
duration_minutesYes
textYes

Input Schema (JSON Schema)

{ "properties": { "choices": { "items": { "type": "string" }, "title": "Choices", "type": "array" }, "duration_minutes": { "title": "Duration Minutes", "type": "integer" }, "text": { "title": "Text", "type": "string" } }, "required": [ "text", "choices", "duration_minutes" ], "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