ghost_get_posts
Retrieve Ghost CMS posts with pagination, filtering by status, tags, or authors, and sorting by date or title.
Instructions
Retrieves a list of posts from Ghost CMS with pagination, filtering, and sorting options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page | No | ||
| filter | No | NQL filter string (e.g., "status:published+featured:true") | |
| include | No | Comma-separated list of relations (e.g., "tags,authors") | |
| fields | No | Comma-separated list of fields to return | |
| formats | No | Comma-separated list of formats (html, plaintext, mobiledoc) | |
| order | No | Order results (e.g., "published_at DESC", "title ASC") | |
| status | No | Filter posts by status. Options: published, draft, scheduled, all. |