ghost_search_posts
Search posts in Ghost CMS by query string with optional status filtering. Find posts by title using a search query and filter by draft, published, or scheduled status.
Instructions
Search for posts in Ghost CMS by query string with optional status filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to find in post titles. | |
| status | No | Filter by post status. Default searches all statuses. | |
| limit | No | Maximum number of results (1-50). Default is 15. |