X (Twitter) MCP server

by rafaljanicki

bookmark_tweet

Save tweets to bookmarks for easy access, optionally organizing them into specific folders to streamline content management on X (Twitter).

Instructions

Adds the tweet to bookmarks

Input Schema

NameRequiredDescriptionDefault
folder_idNo
tweet_idYes

Input Schema (JSON Schema)

{ "properties": { "folder_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Folder Id" }, "tweet_id": { "title": "Tweet Id", "type": "string" } }, "required": [ "tweet_id" ], "title": "bookmark_tweetArguments", "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