Skip to main content
Glama

X(Twitter) MCP Server

by cjkcr

create_draft_thread

Create a draft tweet thread by providing an array of tweet contents for later review and publishing on X/Twitter.

Instructions

Create a draft tweet thread

Input Schema

NameRequiredDescriptionDefault
contentsYesAn array of tweet contents for the thread

Input Schema (JSON Schema)

{ "properties": { "contents": { "description": "An array of tweet contents for the thread", "items": { "type": "string" }, "type": "array" } }, "required": [ "contents" ], "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/cjkcr/x-mcp'

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