threads_search
Search Threads for keyword-matching posts. Retrieve each result's text, timestamp, and permalink, with a configurable result limit.
Instructions
Search Threads for posts matching a keyword query.
Note: The Threads API allows 500 keyword search queries per rolling 7-day period.
Args: query: The search query string. limit: Maximum number of results to return (default 25).
Returns: JSON string with matching posts including id, text, timestamp, and permalink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |