blog_get_post
Fetch a blog post by slug from S3, returning its Markdown body and frontmatter. Intended for editing workflows: retrieve, edit, then publish the updated post.
Instructions
指定したスラグの記事を S3 から読み出し、Markdown 本体と frontmatter を返す。編集ワークフロー (取得→修正→blog_publish_post で上書き) で使う。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Slug of the post to fetch |