find_studies_by_publication
Search for European Nucleotide Archive studies using a PubMed ID. Due to API limitations, this tool reports an error and recommends using keyword search and study details to find matching publications.
Instructions
Find ENA studies by PubMed ID (API limitation - returns error with workaround).
Usage Tips
ENA Portal API doesn't expose pubmed_id as a searchable field. This tool documents the limitation for LLM awareness. Instead: use search_studies_by_keywords() with publication terms, then call get_study_details() to check the publications array for matching PubMed IDs.
Returns
dict Dictionary containing: - error: API limitation message with recommended workflow - pubmed_id: Provided PubMed ID - count: Always 0 - studies: Always empty list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubmed_id | Yes | PubMed ID to search for. Note: This tool has known API limitations and will return an error with alternative instructions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||