Skip to main content
Glama

Twitter MCP Server

getListMembers

Retrieve members from a specific Twitter list using the list ID, with options to define result limits and include additional user details for enriched insights.

Instructions

Get members of a Twitter list

Input Schema

NameRequiredDescriptionDefault
listIdYesThe ID of the list
maxResultsNoThe maximum number of results to return (default: 100, max: 100)
userFieldsNoAdditional user fields to include in the response

Input Schema (JSON Schema)

{ "properties": { "listId": { "description": "The ID of the list", "type": "string" }, "maxResults": { "description": "The maximum number of results to return (default: 100, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "userFields": { "description": "Additional user fields to include in the response", "items": { "enum": [ "description", "profile_image_url", "public_metrics", "verified", "location", "url" ], "type": "string" }, "type": "array" } }, "required": [ "listId" ], "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