search_posts
Search published blog posts with full-text queries to locate specific content. Provide a blog ID and query string to retrieve matching posts, optionally including post bodies.
Instructions
Full-text search over the published posts of a blog.
Note this only covers live posts; drafts are not indexed. To find a draft,
use list_posts with status="DRAFT".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| blog_id | Yes | ||
| fetch_bodies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||