get_featurebase_posts
Fetch multiple Featurebase posts by providing an array of slugs, with optional full content inclusion.
Instructions
Batch-fetch multiple posts by slug array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | Array of post slugs to fetch. Returns posts in the order requested. Slugs not in the snapshot are returned in the `notFound` field rather than throwing. | |
| include_content | No | If true, attach full contentHtml + contentText to each post INLINE on posts[i] (mirrors the singular get_featurebase_post shape — same fields, just on each element). Off by default — the 800-char excerpt is usually enough for clustering/dedup work. Turn on only when you need the full body. |