get-all-posts
Retrieve a paginated list of posts with metadata, filtered by status (draft, scheduled, published, archived).
Instructions
Retrieve all posts with pagination and optional filtering by status. Returns a list of posts with their metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of posts per page (default: 10, max: 100) | |
| status | No | Filter posts by status |