Search Threads by Keyword
threads_searchSearch Threads posts by keyword to retrieve content from authenticated user and public threads.
Instructions
Searches Threads posts by keyword.
Args:
threads_user_id (string): Threads user ID (for auth context)
q (string): Search query
limit (number): Max results (default 20)
Note: Results are limited to the authenticated user's content and public threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads_user_id | Yes | ||
| q | Yes | Search query | |
| limit | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |