Arguments
This tool takes no arguments.Returns
An array of blog post objects. Each object contains:| Field | Type | Description |
|---|---|---|
slug | string | Public slug, usable with get_blog_post. |
content | string | Full markdown body of the post. |
category | string | null | Optional category tag. |
period_start | string | null | Start of the period the post covers (YYYY-MM-DD). |
period_end | string | null | End of the period the post covers (YYYY-MM-DD). |
published_at | string | null | ISO-8601 timestamp of the latest update. |
created_at | string | null | ISO-8601 timestamp when the post was first generated. |
Example prompts
“List our published blog posts and tell me which ones cover the embed widget.”
“Find the most recent blog post in the Product category and paraphrase the opening paragraph.”