Stage Chat Export
stage_chatStage ChatGPT conversations for review: read local exports or markdown files, redact sensitive information, classify content, and write staging artifacts without writing to Homebase or Notion.
Instructions
Read a local ChatGPT export JSON or manual markdown chat file, redact sensitive values, classify it, and write only staging artifacts. Does not write to Homebase or Notion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Private routing tags to attach to staged records. | |
| source_path | Yes | Path to a ChatGPT conversations.json export or manual markdown chat file. | |
| source_type | No | Parser to use. auto chooses JSON or markdown from file extension. | auto |
| allow_overwrite | No | Whether to overwrite an existing staged record with the same source hash. | |
| redaction_level | No | standard redacts secrets/contact data; strict also redacts street addresses. | standard |
| response_format | No | Output format: markdown or json. | markdown |