ghost_get_pages
Retrieve a list of pages from Ghost CMS with pagination, filtering, sorting, and field selection.
Instructions
Retrieves a list of pages 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") |