process_manuscript
Convert Markdown manuscripts with citation placeholders into formatted documents, reference lists, and citation exports using your chosen style.
Instructions
Process a Markdown manuscript with citation placeholders and generate formatted outputs.
Supported placeholder formats:
[@doi:10.1234/example]
[@pmid:12345678]
[@arxiv:2106.12345]
[@title:Paper Title Here]
Args: markdown_path: Path to the input Markdown file. citation_style: Citation style for reference list (gb7714, apa, ieee). output_dir: Output directory (default: same as input file). generate_docx: Whether to generate Word document via pandoc. generate_bibtex: Whether to generate BibTeX file. generate_ris: Whether to generate RIS file for Zotero import. cache_ttl_hours: Cache TTL in hours for search results.
Returns: Dict with paths to generated files and processing report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown_path | Yes | ||
| citation_style | No | gb7714 | |
| output_dir | No | ||
| generate_docx | No | ||
| generate_bibtex | No | ||
| generate_ris | No | ||
| cache_ttl_hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |