bib:list
List bibliography entries filtered by CSL type (book, article-journal, legal_case, etc.) from a CSL-YAML file. Provide file path and type to see matching references.
Instructions
List all bibliography entries of a given CSL type (e.g., "legal_case", "book", "article-journal", "chapter").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the CSL-YAML bibliography file (required). Look for "bibliography:" in pandoc.yaml or the YAML frontmatter of .md files. | |
| type | Yes | CSL type to filter by (e.g., "legal_case", "book", "article-journal") | |
| limit | Yes | Maximum results to return (default: 50) |