Skip to main content
Glama

X(Twitter) MCP Server

by cjkcr

create_draft_tweet

Generate a draft tweet for X/Twitter by providing the content, allowing users to prepare and review posts before publishing them.

Instructions

Create a draft tweet

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the tweet

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the tweet", "type": "string" } }, "required": [ "content" ], "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