Skip to main content
Glama

Twitter MCP Server

getUserTimeline

Fetch a specific user's tweets from their timeline using the Twitter MCP Server. Specify username, number of tweets, and optional tweet fields for tailored results.

Instructions

Get tweets from a specific user's timeline

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of tweets to return (default: 10, max: 100)
tweetFieldsNoAdditional tweet fields to include
usernameYesThe username of the user whose timeline to fetch

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum number of tweets to return (default: 10, max: 100)", "type": "number" }, "tweetFields": { "description": "Additional tweet fields to include", "items": { "type": "string" }, "type": "array" }, "username": { "description": "The username of the user whose timeline to fetch", "type": "string" } }, "required": [ "username" ], "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