word_insert_bibliography
Insert or refresh a bibliography in a Word document from existing Zotero citations, replacing any current bibliography. Optionally place it after a specified paragraph and add a heading.
Instructions
Insert or refresh the bibliography field, built from the document's citations.
Reads every Zotero citation already in the document, renders the corresponding bibliography entries, and writes them into a live ZOTERO_BIBL field. An existing bibliography is replaced.
Args: document_path: Path to the .docx file. paragraph_index: Place the bibliography after this paragraph. Omit to append it at the end of the document. heading: Optional heading to insert above it, e.g. "References". style: Only used if the document has no Zotero style set yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | ||
| heading | No | ||
| document_path | Yes | ||
| paragraph_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||