Posts
Analyze X/Twitter Post
Fetch a public X/Twitter post and replies, then answer a question with AI
POST
Analyze X/Twitter Post
This works on any public tweet URL - the post does not need to exist in your PostSyncer workspace.Body
string
required
Full public X/Twitter status URL (e.g.
https://x.com/username/status/1234567890 or https://twitter.com/username/status/1234567890).string
required
Your question about the post and its replies (3–2000 characters). Examples: overall sentiment, common objections, feature requests, or whether people agree with the author.
Response
200 - JSON object:
string
AI-generated answer based on the post and fetched replies.
object
Normalized post metadata:
id, url, text, author, created_at, and metrics (likes, replies, reposts, views, quotes, bookmarks).Error Codes
Unauthorized
Missing or invalid API token
Forbidden
Token does not have the
posts abilityValidation Error
Invalid URL, unsupported link, tweet could not be fetched, or AI could not generate an answer
MCP
The same action is available as the MCP toolanalyze-twitter-post - see MCP tools reference.