Skip to main content
Reads the full draft of a generated content record — the same status payload as get_generation_status plus the draft itself.

Arguments

Returns

content is markdown for most types, or a JSON string for structured types (changelogs, KB article sets, release notes emails). from_date / to_date are the commit window the generation covered. Revise the draft with update_content.

Errors

  • Invalid content_id (must be a UUID): abc123
  • Content not found: 7f5e2c1a-... — no record with that ID exists in this project.

Example prompts

“Show me the draft of the release email that just finished.”
“Read the blog post draft and summarise it in three bullets before I approve it.”