Submits a prompt to a chapter, describing what to build. This tool waits for completion (unlike the REST API which returns immediately), making it suited for conversational workflows.
This tool polls for up to 30 seconds. If the chapter is still processing after that, you’ll get a timeout response and can poll again.
For the "Pricing Page Refresh" project, add a chapter called "Launch Ad" and build a 30-second product launch ad from our latest release notes and the new pricing screenshot.
Add a "Feature Demo" chapter that walks through the new Team plan dashboard, using the screenshots in our brand kit.
{ "name": "AddPrompt", "arguments": { "project_id": "prj_abc123xyz", "chapter_title": "Launch Ad", "prompt": "30-second product launch ad for the new Team plan. Pull the headline from our release notes, drop in the updated pricing screenshot, and resolve brand colors and type from the catalog.", "force": false }}
{ "status": "processing", "message": "Prompt is still processing", "elapsed_seconds": 30, "chapter_id": "cht_def456uvw", "chapter_title": "Launch Ad", "hint": "Check status again in a few moments, or use force: true to restart if stuck"}