Start Article Writer Pipeline
start_writer_pipelineEnqueue a writer-pipeline job for an existing WriterSession; returns a jobId immediately for progress tracking.
Instructions
Enqueue a writer-pipeline job for an existing WriterSession. Returns immediately with a jobId; the orchestrator-worker claims it within ~5 seconds. Default section is step_7_5 — the auto-chain that replaces the three buttons in Step 7.5. Use get_writer_pipeline_status to poll until status is 'done', 'failed', or 'aborted'. Uses Science AI Journal credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | WriterSession id you already own. Create one via the web UI at /writer first; the MCP server does not own the session-creation flow today. | |
| section | No | Which section to run. Default 'step_7_5' (the code-search → adapt → verify → simulate chain). | |
| language | No | Simulation language override (python | r | matlab | ...). | |
| force | No | If true, abort any existing queued/running job for this (sessionId, section) and enqueue fresh. |