ariel_search_posts
Find relevant Bluesky posts by keyword, author, language, or date range. Filter, sort, and paginate results to locate specific discussions, and use compact digest output for quick analysis.
Instructions
Search for posts on Bluesky
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Filter by language code (e.g. en, ja) | |
| sort | No | Sort order: top or latest | |
| limit | No | Number of results (1-100) | |
| query | Yes | Search query | |
| since | No | Filter posts after this datetime (ISO 8601) | |
| until | No | Filter posts before this datetime (ISO 8601) | |
| author | No | Filter by author handle or DID | |
| cursor | No | Pagination cursor | |
| format | No | Output format: 'json' (default) or 'digest' (compact text for LLM consumption) |