search_community_tweet
Search tweets inside a specific Twitter community using a query string. Supports pagination to browse all matching 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 |
|---|---|---|---|
| count | No | ||
| query | Yes | ||
| cursor | No | ||
| community_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |