Skip to main content
Glama

Twitter MCP Server

markAsRead

Mark Twitter direct messages as read by specifying the message ID and optional conversation ID to streamline inbox management and improve message tracking.

Instructions

Mark direct messages as read (Note: May require special API access)

Input Schema

NameRequiredDescriptionDefault
conversationIdNoOptional conversation ID for context
messageIdYesThe ID of the message to mark as read

Input Schema (JSON Schema)

{ "properties": { "conversationId": { "description": "Optional conversation ID for context", "type": "string" }, "messageId": { "description": "The ID of the message to mark as read", "type": "string" } }, "required": [ "messageId" ], "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/crazyrabbitLTC/mcp-twitter-server'

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