blogger_pages_list
List a blog's static pages, optionally returning lightweight summaries (title, ID, dates, status) instead of full HTML.
Instructions
List all static pages for a specific blog, with optional summary mode to strip heavy HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Access level with which to view the pages. | |
| blogId | Yes | The unique identifier of the blog to list pages for. | |
| status | No | Array of page statuses to include in results. | |
| pageToken | No | Token for pagination. | |
| maxResults | No | Maximum number of pages to fetch. | |
| fetchBodies | No | Whether to retrieve full HTML content from the API. | |
| summaryOnly | No | If true, strips heavy HTML content from response items to return a lightweight summary (title, ID, dates, status). |