bib:get
Fetch a single bibliography entry by its citation ID from a CSL-YAML file, returning the full YAML block for verification or reference.
Instructions
Retrieve a single bibliography entry by ID. Returns the full YAML block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The citation ID (e.g., "BGH_I_ZR_73_79") | |
| file | Yes | Absolute path to the CSL-YAML bibliography file (required). Look for "bibliography:" in pandoc.yaml or the YAML frontmatter of .md files. |