generate_blog_post.
Arguments
Returns
idea payload for generate_blog_post.
Example prompts
“Give me three blog post angles from what we shipped last week.”
“Brainstorm ideas, pick the most user-facing one, and kick off generation.”
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Brainstorm blog post angles from recent commits
generate_blog_post.
| Name | Type | Default | Description |
|---|---|---|---|
start_date | string (ISO-8601) | 7 days ago | Earliest commit timestamp to consider. |
end_date | string (ISO-8601) | now | Latest commit timestamp to consider. |
product_name | string | project name | Override the product name. |
{
"ideas": [
{
"title": "Ship faster with webhook retries",
"summary": "We shipped per-endpoint retry budgets this week, and here's why it matters.",
"angle": "Reliability story for platform teams",
"category": "Engineering"
}
]
}
idea payload for generate_blog_post.
“Give me three blog post angles from what we shipped last week.”
“Brainstorm ideas, pick the most user-facing one, and kick off generation.”
Was this page helpful?