fetch_posts
Retrieve Twitter posts matching a search query, using AI to evaluate content quality and engagement metrics until sufficient roast material is found.
Instructions
Fetch posts from Twitter for a given query, looping until quality threshold is met. Uses AI to evaluate batch quality and stops early when sufficient roast content is found. Returns posts with engagement metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Single search query to find posts | |
| loop_limit | No | Max fetch iterations (default: 5, max: 10) | |
| count | No | Posts per fetch (default: 10, max: 100) | |
| target | No | Target name for quality evaluation (optional, improves quality checking) |