Paper Search
get_crossref_paper_by_doi
Get a specific paper from CrossRef by its DOI. Args: doi: Digital Object Identifier (e.g., '10.1038/nature12373'). Returns: Paper metadata in dictionary format, or empty dict if not found. Example: get_crossref_paper_by_doi("10.1038/nature12373")
Remote adamamer20/paper-search-mcp-openai
Other tools also called get_crossref_paper_by_doi?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"doi": {
"type": "string",
"title": "Doi"
}
}
}