Skip to main content
Glama

Twitter MCP Server

addUserToList

Add a specified Twitter user to a designated list using their username and the list ID to organize or group accounts systematically.

Instructions

Add a user to a Twitter list

Input Schema

NameRequiredDescriptionDefault
listIdYesThe ID of the list
usernameYesThe username of the user to add

Input Schema (JSON Schema)

{ "properties": { "listId": { "description": "The ID of the list", "type": "string" }, "username": { "description": "The username of the user to add", "type": "string" } }, "required": [ "listId", "username" ], "type": "object" }
Install Server

Other Tools from Twitter MCP Server

Related Tools

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