Research queries and paper-verification questions are sent to Firecrawl
Source references: 4The search command directly accepts query text, and the paper-reading command additionally accepts a specific question. Because the Skill expressly covers clinical, drug, gene, and disease topics, personal medical details, confidential research directions, drug codenames, or other private context placed in those fields would enter an external tool call.
The external service may receive and log sensitive health interests, research intent, or commercial R&D information. The provided file does not state how that information is retained, accessed, or reused.
The Skill directs the agent to submit the user's query and paper-specific verification questions through Firecrawl MCP tools or its CLI. Because its scope includes clinical, drug, gene, and disease topics, personal health details, unpublished research, or internal project names could be sent to an external service if included. The source does not state retention or privacy terms. Users can ask for Firecrawl's data-handling policy and restrict calls to de-identified, non-confidential search terms.
Paper abstracts, with full text reachable per paper. The largest share of the corpus is **biomedical and life-science** literature — **PubMed** journal articles plus **bioRxiv** and **medRxiv** preprints — so clinical, drug, gene, disease, epidemiology, and public-health questions are in scope. **arXiv** preprints cover computer science, physics, and mathematics. Coverage outside those sources is thinner: a paper that exists only behind a publisher paywall or in a niche venue may not be indexed, and the general web tools below are the fallback when it isn't.Show 3 other places
- MCP: **`firecrawl_research_search_papers(query, k?)`** CLI: **`firecrawl research search-papers <query> [--k <number>]`** Semantic (HyDE) search over **abstracts**. The natural first move for almost any query. If results look thin or all-alike, re-run with a different framing (sibling domain, rival method, dataset/benchmark name) rather than giving up.- MCP: **`firecrawl_research_related_papers(seed_ids, intent, mode?, k?)`** CLI: **`firecrawl research related-papers <seedIds...> --intent <intent> [--mode <similar|citers|references>] [--k <number>]`** Semantic and structural expansion, ranked to your `intent`.- MCP: **`firecrawl_research_read_paper(id, question)`** CLI: **`firecrawl research read-paper <id> --question <question>`** In-body passages of **one** paper, to verify a load-bearing constraint (a method actually used, a score actually reported, an affiliation, what a paper compares to). Use it to settle a specific doubt, not on everything.