Resolve CSL citation styles
zotero_stylesResolve citation-style names like 'APA 7th' to CSL style IDs for use in bibliography formatting, or list available style aliases.
Instructions
Resolve a human citation-style name to a valid CSL style id and confirm it is available, or list common style aliases. action: "resolve" maps names like "APA 7th", "IEEE", "Vancouver", "Chicago", "MLA", "Nature" to the correct CSL id (e.g. apa, ieee, modern-language-association) and verifies the style can be fetched; pass the returned styleId as the style argument to zotero_format_bibliography or zotero_bibliography. action: "list" returns the built-in common aliases (any id from the CSL styles repository also works). Dependent styles are resolved to their independent parent automatically when formatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Style name to resolve (e.g. "APA 7th"). | |
| action | Yes |