export_posts
Export recent posts as a clean flat JSON list with ID, text, timestamp, and URL. Use it to archive, analyze, or prepare data for vector embeddings, controlling the number of posts via limit.
Instructions
Export recent posts formatted as a clean flat JSON list for archiving, analysis, or vector embeddings.
Args: limit: Number of posts to export (default 50, max 100).
Returns: JSON string containing flat simplified post items with ID, text, timestamp, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |