doc_parse
Fetches URLs from a saved receipt, extracts content, and writes a timestamped Markdown file. Supports dry-run to preview fetches without network requests.
Instructions
Parse a saved receipt: fetch all its URLs, extract the content, and write a timestamped .md file into the output directory.
Returns the emitted filename plus a per-URL character count and the full rendered markdown. With dry_run=true, reports what would be fetched without making any network requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |