blogger_posts_list
List posts from a specific Blogger blog with filters for labels, status, and date. Use pagination to page through results and summary mode to fetch compact post data without heavy HTML.
Instructions
List posts for a specific blog, with optional filtering, pagination, and lightweight summary mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Access level with which to view the returned result. | |
| blogId | Yes | The unique identifier of the blog. | |
| labels | No | Comma-separated list of labels to filter by. | |
| status | No | List of post statuses to include. | |
| endDate | No | End date (RFC 3339 format). | |
| orderBy | No | Sort order for the posts. | |
| pageToken | No | Token for pagination to fetch the next page of results. | |
| startDate | No | Start date (RFC 3339 format). | |
| maxResults | No | Maximum number of posts to fetch. | |
| fetchBodies | No | Whether to fetch full post bodies from the API. | |
| fetchImages | No | Whether to fetch image metadata for the posts. | |
| summaryOnly | No | If true, strips heavy HTML content from response items to return a compact summary (title, ID, labels, dates, status) without large payloads. |