ghost_search_posts
Search Ghost CMS posts by title with optional status filter to find specific content.
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. |