add_source
Add a Word-native bibliography source to a document store using a unique citation key, source type, and title, plus optional author/editor details. This makes the source available for in-text citations and bibliography generation.
Instructions
Add a Word-native bibliography source to the document store. tag = unique citation key; source_type: JournalArticle | Book | BookSection | Report | InternetSite | ...; authors/editors: [{last, first, middle?}] or [{corporate}]. Cite with insert_citation; render the list with insert_bibliography. Run detect_citation_system first on unfamiliar documents: mixing Word-native and Zotero/Mendeley/EndNote citations creates a bibliography no single manager maintains. Auto-backup: prev/anchor slots in .ks4w-backups (backup=False skips rotation only); atomic validated save. Refuses documents open in Word.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| url | No | ||
| city | No | ||
| year | No | ||
| issue | No | ||
| pages | No | ||
| style | No | APA | |
| title | Yes | ||
| backup | No | ||
| volume | No | ||
| authors | No | ||
| edition | No | ||
| editors | No | ||
| file_path | Yes | ||
| publisher | No | ||
| book_title | No | ||
| institution | No | ||
| source_type | Yes | ||
| extra_fields | No | ||
| journal_name | No | ||
| internet_site_title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||