search_posts
Search tweets by query, returning a set number of results ordered by recent or popular. Specify query, count, and result type for targeted discovery.
Instructions
Search for tweets matching a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of tweets to fetch (default: 10, max: 100) | |
| query | Yes | The search query | |
| resultType | No | Type of results to return (default: recent) | recent |