IACR MCP Server

get_paper_details

Retrieve details of a specific paper by its ID

Input Schema

NameRequiredDescriptionDefault
paper_idYes

Input Schema (JSON Schema)

{ "properties": { "paper_id": { "type": "string" } }, "required": [ "paper_id" ], "type": "object" }

You must be authenticated.

Other Tools