Skip to main content
Glama

Twitter MCP Server

markAsRead

Mark Twitter direct messages as read by specifying the message ID, with an optional conversation ID for context. Simplifies message management using the Twitter MCP Server.

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