Skip to main content
Glama

X(Twitter) MCP Server

by cjkcr

create_draft_quote_tweet

Create a draft quote tweet by adding your comment to an existing tweet, allowing you to share thoughts while referencing source content before publishing.

Instructions

Create a draft quote tweet with comment

Input Schema

NameRequiredDescriptionDefault
commentYesYour comment on the quoted tweet
tweet_idYesThe ID of the tweet to quote

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Your comment on the quoted tweet", "type": "string" }, "tweet_id": { "description": "The ID of the tweet to quote", "type": "string" } }, "required": [ "tweet_id", "comment" ], "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