search_posts_by_title
Find and retrieve posts from the Ghost CMS by searching their titles. Specify a query to locate matches, with an option for exact title matches, and receive detailed post information in a formatted response.
Instructions
Search for posts by title.
Args:
query: The title or part of the title to search for
exact: If True, only return exact matches (default: False)
ctx: Optional context for logging
Returns:
Formatted string containing matching post information
Raises:
GhostError: If there is an error accessing the Ghost API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exact | No | ||
query | Yes |