citation-formatter
InactiveTool of The Stall
Looks up an academic paper by DOI and formats it as BibTeX, APA, MLA, or Chicago citation. Returns full paper metadata: authors, year, journal, volume, pages, publisher. Covers 148M+ works via CrossRef (free registry). Useful for research agents building reference lists, literature review workflows, and knowledge extraction pipelines.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"doi": {
"type": "string",
"description": "Digital Object Identifier (e.g. '10.1038/nature12345' or 'https://doi.org/10.1038/nature12345')."
},
"format": {
"type": "string",
"description": "Citation format. 'all' returns every format. Default: 'bibtex'."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries