read_paper
Access the full content of arXiv papers in markdown format by providing the paper ID, enabling easy reading and integration into workflows.
Instructions
Read the full content of a stored paper in markdown format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
paper_id | Yes | The arXiv ID of the paper to read |
Input Schema (JSON Schema)
{
"properties": {
"paper_id": {
"description": "The arXiv ID of the paper to read",
"type": "string"
}
},
"required": [
"paper_id"
],
"type": "object"
}