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" }

You must be authenticated.

Other Tools from Remote MCP Server on Cloudflare

Related Tools

    ID: hzc8oovcof