read_openalex_paper
Extract text content from OpenAlex academic papers by providing the paper ID and optional save directory for PDFs.
Instructions
Attempt to read and extract text content from an OpenAlex paper.
Args: paper_id: OpenAlex paper ID. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Message indicating that direct paper reading is not supported natively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |