X (Twitter) MCP server

create_poll_tweet

Generate a tweet with an interactive poll to engage your audience. Specify text, choices, and duration to gather insights and opinions directly on X (Twitter).

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" ], "title": "create_poll_tweetArguments", "type": "object" }
ID: 7w9byzj3wm