Skip to main content
Glama

Twitter MCP Server

removeUserFromList

Remove a specific user from a Twitter list by providing the list ID and the username. Simplify list management with this targeted Twitter MCP Server tool.

Instructions

Remove a user from a Twitter list

Input Schema

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

Input Schema (JSON Schema)

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

You must be authenticated.

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