blogger_posts_searchByLabel
Find and retrieve blog posts by label (tag). Filter by exact label, status, pagination, and summary-only mode.
Instructions
Quickly filter and retrieve posts for a blog by a specific label (tag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | The exact label to filter posts by (e.g. 'Tech' or 'News'). | |
| blogId | Yes | The unique identifier of the blog. | |
| status | No | Filter by post status. | |
| pageToken | No | Pagination token. | |
| maxResults | No | Maximum number of posts to fetch. | |
| summaryOnly | No | If true, strips heavy HTML content from response items to return a lightweight summary. |