Skip to main content
Glama

Twitter MCP Server

createList

Generate a new Twitter list by specifying its name, description, and privacy settings using this MCP server tool designed for streamlined social media interaction.

Instructions

Create a new Twitter list

Input Schema

NameRequiredDescriptionDefault
descriptionNoA description of the list
nameYesThe name of the list
privateNoWhether the list should be private

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A description of the list", "type": "string" }, "name": { "description": "The name of the list", "type": "string" }, "private": { "description": "Whether the list should be private", "type": "boolean" } }, "required": [ "name" ], "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