get_citeas_data
Retrieve BibTeX-formatted citations for resources like DOIs, URLs, or keywords directly from CiteAs. Simplify your research workflow by automating citation retrieval.
Instructions
Retrieve BibTeX-formatted citation for the specified resource
(e.g., DOI, URL, keyword) from the CiteAs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
resource | Yes |
Input Schema (JSON Schema)
{
"properties": {
"resource": {
"title": "Resource",
"type": "string"
}
},
"required": [
"resource"
],
"title": "get_citeas_dataArguments",
"type": "object"
}