search_community_tweet
Search tweets within a Twitter Community using a query and community ID, with pagination support to retrieve multiple pages of results.
Instructions
Search tweets within a Twitter Community (paginated).
Args:
community_id: The community ID.
query: Search query string.
count: Number of tweets to fetch (default 20, max 100).
cursor: Pagination cursor from a previous response's next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| community_id | Yes | ||
| query | Yes | ||
| count | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |