get_recent
Get the N most recently saved posts (no time filter — returns latest saves regardless of when they were saved). For time-bounded queries like "saved this week" or "last month", use search_posts with time_filter instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent posts to return (default: 10, max: 50) |