list_posts
Retrieve blog posts with pagination, filtering by status or tag, and custom sorting.
Instructions
List blog posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page of results to return. | |
| limit | No | Posts per page (Ghost allows up to 100). | |
| order | No | Sort order, e.g. ``published_at desc``. | updated_at desc |
| filter | No | Optional Ghost filter, e.g. ``status:published`` or ``tag:news``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||