debate_export
Export a debate as portable markdown or JSON, optionally truncating long responses to stay within transport limits.
Instructions
Render an archived/active debate as portable markdown or JSON.
format:
"md"— YAML-frontmatter + transcript markdown (default)"json"— stableExportPayloadv1 dict
truncate_body_chars shortens per-turn body to at most N characters
(suffix "... (truncated)" added). Use to keep response under MCP transport
limits when transcripts are large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debate_id | Yes | ||
| format | No | md | |
| truncate_body_chars | No |