read_pubmed_paper
Read and extract text content from a PubMed paper.
Args:
paper_id: PubMed ID (PMID).
save_path: Directory where the PDF would be saved (unused).
Returns:
str: Message indicating that direct paper reading is not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No | ./downloads |