ghost_list_posts
Retrieve and filter blog posts and newsletters from Ghost CMS by status, tags, or featured flag, with pagination and sorting options.
Instructions
List and search blog posts & newsletters from Ghost CMS with filtering, pagination, and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Number of posts to return (default: 15, max: 100) | |
| order | No | Ordering field, e.g. 'published_at desc' or 'title asc' | |
| filter | No | Ghost NQL filter string (e.g. 'tag:tech+featured:true', 'featured:true') | |
| status | No | Filter by post status (draft, published, scheduled, sent, or all) |