get_paper_details
Retrieve detailed information about a specific cryptographic research paper using its unique ID from the IACR Cryptology ePrint Archive via a secure MCP server interface.
Instructions
Retrieve details of a specific paper by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paper_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"paper_id": {
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}