add_workflow_ideas
Add specific post-idea rows to an existing workflow — no LLM cost.
Add specific idea/title rows to an existing workflow. Each idea becomes one row in the workflow spreadsheet. Use this when you already know what you want written — unlike generate_workflow_ideas, it uses no LLM and incurs no credit cost. Ideas are trimmed and deduplicated against existing rows.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | The workflow to add ideas to. From create_workflow or list_workflows. |
ideaTexts | string[] (1–50) | Yes | Post-idea titles, each up to 500 chars. Each becomes one row. Empty, duplicate, or already-present texts are filtered out. |
Returns
inserted (count of new rows) and itemIds. Workflows cap at 100 rows total — additions beyond the cap are rejected. After adding, run run_workflow_pipeline to generate content.