read_pubmed_paper
Guides users to alternative reading methods when PubMed cannot provide direct paper access. Returns an error with suggestions: use Sci-Hub for papers published before 2023 or Semantic Scholar as a fallback.
Instructions
PubMed does NOT support direct paper reading.
INSTEAD (try in order):
1. read_scihub_paper(doi) - if published before 2023
2. read_semantic_paper(id) - last resort
Args:
paper_id: PMID (unused).
save_path: Unused.
Returns:
Error message with alternatives.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| save_path | No |