research_paper_qa
ActiveTool of gapup-mcp
Synthèse littérature scientifique (PaperQA2) — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: Conduct a literature review on <topic> — what does the evidence show across recent papers? · Evaluate the current hypothesis that <claim> — supporting and contradicting evidence with citations. · Map contradictions in the literature on <topic> — which camps exist, how many papers per side? · What is the state-of-the-art understanding of <phenomenon> as of <year>? · Perform an interdisciplinary synthesis on <topic> — findings from <domain A> and <domain B>. Reference case: Gut-brain axis · Cognitive performance in healthy adults · OpenAlex+SemanticScholar+CORE · Evidence synthesis · DOI-verified citations · Contradictions + gaps mapped. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"research_question",
"focus_domain",
"max_papers",
"evidence_grade_required",
"include_preprints"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"max_papers": {
"type": "integer",
"default": 15,
"maximum": 30,
"minimum": 5
},
"year_range": {
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "integer",
"maximum": 2030,
"minimum": 1900
},
"from": {
"type": "integer",
"maximum": 2030,
"minimum": 1900
}
}
},
"focus_domain": {
"enum": [
"biomedical",
"physics",
"chemistry",
"cs-ml",
"economics",
"climate",
"social-sciences",
"engineering",
"all"
],
"type": "string",
"default": "all"
},
"include_preprints": {
"type": "boolean",
"default": true
},
"research_question": {
"type": "string",
"maxLength": 500,
"minLength": 30
},
"evidence_grade_required": {
"enum": [
"strict",
"standard",
"broad"
],
"type": "string",
"default": "standard"
}
},
"additionalProperties": true
}Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries