update_workflow_notes
Set the free-text direction threaded into a workflow's idea and outline generation.
Set the free-text notes (direction) for a workflow. The notes are threaded into idea-generation and outline-generation prompts on every run. Whitespace is trimmed; pass an empty string to clear them. No LLM cost. Group-shared collaborators may edit notes. Capped at 1000 characters.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | The workflow to set notes on. Get from create_workflow or list_workflows. |
notes | string (≤1000) | Yes | Free-text direction for the workflow's generations. Empty string clears it. |
Returns
workflowId, syntheticId, the normalized notes (null if cleared), and notesUpdatedAt.