blogger_posts_search
Search blog posts by query string within a specified blog. Optionally, summary mode provides lightweight results without heavy HTML content.
Instructions
Search across a blog's posts using a text query string, with optional lightweight summary mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query string to search for in posts. | |
| blogId | Yes | The unique identifier of the blog. | |
| orderBy | No | Sort order for the search results. | |
| fetchBodies | No | Whether to fetch full post bodies in the results. | |
| summaryOnly | No | If true, strips heavy HTML content from search result items. |