generate_blog_outline
Produce a markdown heading structure for a blog post — title, introduction, numbered sections with subsections, conclusion and an FAQ block. Returns JSON { outline } holding the markdown. It writes the skeleton only, not the article: use generate_text for body prose and humanize_text to rework text that already exists. Paid model call, capped at roughly 1,000 tokens, so a large section count yields thinner sections. 10 calls per minute per IP; identical requests may return a cached outline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | The subject of the post, or a comma-free keyword phrase to build it around. The first thing supplied is treated as the primary keyword and the rest as secondary keywords to work in. | |
| sections | No | How many main sections to plan between the introduction and the conclusion. Default 5; a non-numeric or zero value also falls back to 5. |