Skip to main content
Glama

Remote MCP Server on Cloudflare

by joaquinsoza

get_list_tweets

Retrieve tweets from a specific Twitter list by providing the list ID and desired number of results. Facilitates efficient data extraction for analysis or integration into AI workflows.

Instructions

Get tweets from a specific list

Input Schema

NameRequiredDescriptionDefault
list_idYesID of the list to get tweets from
max_resultsNoMaximum number of tweets to return

Input Schema (JSON Schema)

{ "properties": { "list_id": { "description": "ID of the list to get tweets from", "type": "string" }, "max_results": { "description": "Maximum number of tweets to return", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "list_id" ], "type": "object" }
Install Server

Other Tools from Remote MCP Server on Cloudflare

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/joaquinsoza/x-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server