blogger_posts_getByPath
Resolve public Blogger post links by retrieving the post via its URL path. Fetch the specific post details for any given path.
Instructions
Retrieve a single blog post by its URL path. Useful when resolving public blog links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | URL path of the post, e.g. /2024/01/my-post.html | |
| view | No | Access level with which to view the post. | |
| blogId | Yes | The unique identifier of the blog. | |
| maxComments | No | Maximum number of comments to fetch. |