Skip to main content
Glama

PubMed MCP Server

pubmed_research_agent

Transform rough research ideas into a structured JSON plan with detailed prompts for execution. Organize project phases, literature search strategies, and data analysis to streamline biomedical research workflows.

Instructions

Generates a standardized JSON research plan outline from component details you provide. It accepts granular inputs for all research phases (conception, data collection, analysis, dissemination, cross-cutting concerns). If include_detailed_prompts_for_agent is true, the output plan will embed instructive prompts and detailed guidance notes to aid the research agent. The tool's primary function is to organize and structure your rough ideas into a formal, machine-readable plan. This plan is intended for further processing; as the research agent, you should then utilize your full suite of tools (e.g., file manipulation, get_pubmed_article_connections for literature/data search via PMID) to execute the outlined research, tailored to the user's request.

Input Schema

NameRequiredDescriptionDefault
cc_collaboration_strategyNoIf applicable, strategy for collaboration, communication, roles, and authorship.
cc_ethical_considerationsNoEthical considerations, IRB/IACUC approval plans, data privacy, RCR training.
cc_record_keeping_and_data_managementNoPlan for record-keeping, version control, data storage, and DMP.
include_detailed_prompts_for_agentNoIf true, the tool will add more detailed instructive prompts/guidance within the output fields for a research agent. If false (default), it will primarily structure the provided inputs with minimal additional prompting.
organism_focusNoPrimary organism(s) or model systems (e.g., "Homo sapiens (iPSC-derived microglia)", "Mus musculus (5xFAD model)").
p1_blast_utilization_planNoIf applicable, how sequence alignment services (e.g., NCBI BLAST) will be used (purpose, programs, databases).
p1_controls_and_rigorNoDescription of key experimental controls and measures to ensure scientific rigor and reproducibility.
p1_data_acquisition_plan_existing_dataNoStrategy for identifying and retrieving relevant existing datasets (databases, data types, tools).
p1_data_acquisition_plan_new_dataNoPlan for generating novel data (data types, experimental models, key procedures, deposition plan).
p1_experimental_paradigmNoThe overarching experimental design or study type (e.g., 'comparative multi-omics analysis', 'longitudinal cohort study').
p1_introduction_and_backgroundNoBrief overview of the research area, its significance, and relevant background information leading to this study.
p1_knowledge_gapNoStatement clearly identifying the specific gap in current knowledge this research addresses.
p1_lit_review_databases_and_approachNoKey databases (e.g., PubMed, EMBASE) and the search approach (e.g., iterative queries, snowballing).
p1_literature_review_scopeNoThe defined scope for the literature review (e.g., timeframes, study types, key themes).
p1_methodological_challenges_and_mitigationNoAnticipated methodological challenges and proposed mitigation strategies.
p1_primary_hypothesisNoThe main, testable hypothesis. Should be clear, specific, and falsifiable.
p1_pubmed_search_strategy_descriptionNoDescription of the primary literature search strategy (e.g., for PubMed), including key terms and database considerations.
p1_secondary_questions_or_hypothesesNoAny secondary questions or hypotheses to be explored.
p1_specific_research_questionNoThe precise, focused primary research question the study will answer.
p2_data_collection_methods_dry_labNoExecution details for data retrieval from databases (queries, tools, accessioning).
p2_data_collection_methods_wet_labNoSpecific wet-lab protocols if new data is generated (sample prep, treatments, instruments).
p2_data_preprocessing_and_qc_planNoPipeline for data cleaning, preprocessing (e.g., alignment, normalization), and quality control (metrics, thresholds, tools).
p3_bioinformatics_pipeline_summaryNoSummary of the bioinformatics pipeline for high-throughput data analysis (tools, downstream analyses).
p3_comparison_with_literature_planNoStrategy for contextualizing results with existing literature and addressing discrepancies.
p3_data_analysis_strategyNoCore statistical and computational methods to analyze data and test hypotheses (tests, software, ML models if any).
p3_results_interpretation_frameworkNoFramework for evaluating findings against hypotheses (statistical significance, biological relevance).
p4_dissemination_data_deposition_planNoStrategy for depositing data in public repositories (types, repositories, FAIR principles).
p4_dissemination_manuscript_planNoPlan for manuscript preparation (core message, target journal profile, key figures).
p4_future_research_directionsNoPotential next steps, new questions, or translational applications arising from the research.
p4_peer_review_and_publication_approachNoApproach to journal submission and addressing peer review.
primary_research_goalYesThe main scientific objective or central question the research aims to address (e.g., "To investigate the role of TREM2 in microglial response to amyloid-beta plaques").
project_title_suggestionYesA concise and descriptive title for the research project.
research_keywordsYesCore scientific keywords or MeSH terms defining the research domain (e.g., ["neuroinflammation", "Alzheimer's disease", "TREM2"]).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cc_collaboration_strategy": { "description": "If applicable, strategy for collaboration, communication, roles, and authorship.", "type": "string" }, "cc_ethical_considerations": { "description": "Ethical considerations, IRB/IACUC approval plans, data privacy, RCR training.", "type": "string" }, "cc_record_keeping_and_data_management": { "description": "Plan for record-keeping, version control, data storage, and DMP.", "type": "string" }, "include_detailed_prompts_for_agent": { "default": false, "description": "If true, the tool will add more detailed instructive prompts/guidance within the output fields for a research agent. If false (default), it will primarily structure the provided inputs with minimal additional prompting.", "type": "boolean" }, "organism_focus": { "description": "Primary organism(s) or model systems (e.g., \"Homo sapiens (iPSC-derived microglia)\", \"Mus musculus (5xFAD model)\").", "type": "string" }, "p1_blast_utilization_plan": { "description": "If applicable, how sequence alignment services (e.g., NCBI BLAST) will be used (purpose, programs, databases).", "type": "string" }, "p1_controls_and_rigor": { "description": "Description of key experimental controls and measures to ensure scientific rigor and reproducibility.", "type": "string" }, "p1_data_acquisition_plan_existing_data": { "description": "Strategy for identifying and retrieving relevant existing datasets (databases, data types, tools).", "type": "string" }, "p1_data_acquisition_plan_new_data": { "description": "Plan for generating novel data (data types, experimental models, key procedures, deposition plan).", "type": "string" }, "p1_experimental_paradigm": { "description": "The overarching experimental design or study type (e.g., 'comparative multi-omics analysis', 'longitudinal cohort study').", "type": "string" }, "p1_introduction_and_background": { "description": "Brief overview of the research area, its significance, and relevant background information leading to this study.", "type": "string" }, "p1_knowledge_gap": { "description": "Statement clearly identifying the specific gap in current knowledge this research addresses.", "type": "string" }, "p1_lit_review_databases_and_approach": { "description": "Key databases (e.g., PubMed, EMBASE) and the search approach (e.g., iterative queries, snowballing).", "type": "string" }, "p1_literature_review_scope": { "description": "The defined scope for the literature review (e.g., timeframes, study types, key themes).", "type": "string" }, "p1_methodological_challenges_and_mitigation": { "description": "Anticipated methodological challenges and proposed mitigation strategies.", "type": "string" }, "p1_primary_hypothesis": { "description": "The main, testable hypothesis. Should be clear, specific, and falsifiable.", "type": "string" }, "p1_pubmed_search_strategy_description": { "description": "Description of the primary literature search strategy (e.g., for PubMed), including key terms and database considerations.", "type": "string" }, "p1_secondary_questions_or_hypotheses": { "description": "Any secondary questions or hypotheses to be explored.", "items": { "type": "string" }, "type": "array" }, "p1_specific_research_question": { "description": "The precise, focused primary research question the study will answer.", "type": "string" }, "p2_data_collection_methods_dry_lab": { "description": "Execution details for data retrieval from databases (queries, tools, accessioning).", "type": "string" }, "p2_data_collection_methods_wet_lab": { "description": "Specific wet-lab protocols if new data is generated (sample prep, treatments, instruments).", "type": "string" }, "p2_data_preprocessing_and_qc_plan": { "description": "Pipeline for data cleaning, preprocessing (e.g., alignment, normalization), and quality control (metrics, thresholds, tools).", "type": "string" }, "p3_bioinformatics_pipeline_summary": { "description": "Summary of the bioinformatics pipeline for high-throughput data analysis (tools, downstream analyses).", "type": "string" }, "p3_comparison_with_literature_plan": { "description": "Strategy for contextualizing results with existing literature and addressing discrepancies.", "type": "string" }, "p3_data_analysis_strategy": { "description": "Core statistical and computational methods to analyze data and test hypotheses (tests, software, ML models if any).", "type": "string" }, "p3_results_interpretation_framework": { "description": "Framework for evaluating findings against hypotheses (statistical significance, biological relevance).", "type": "string" }, "p4_dissemination_data_deposition_plan": { "description": "Strategy for depositing data in public repositories (types, repositories, FAIR principles).", "type": "string" }, "p4_dissemination_manuscript_plan": { "description": "Plan for manuscript preparation (core message, target journal profile, key figures).", "type": "string" }, "p4_future_research_directions": { "description": "Potential next steps, new questions, or translational applications arising from the research.", "type": "string" }, "p4_peer_review_and_publication_approach": { "description": "Approach to journal submission and addressing peer review.", "type": "string" }, "primary_research_goal": { "description": "The main scientific objective or central question the research aims to address (e.g., \"To investigate the role of TREM2 in microglial response to amyloid-beta plaques\").", "minLength": 10, "type": "string" }, "project_title_suggestion": { "description": "A concise and descriptive title for the research project.", "minLength": 5, "type": "string" }, "research_keywords": { "description": "Core scientific keywords or MeSH terms defining the research domain (e.g., [\"neuroinflammation\", \"Alzheimer's disease\", \"TREM2\"]).", "items": { "minLength": 1, "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "project_title_suggestion", "primary_research_goal", "research_keywords" ], "type": "object" }

You must to connect to the server.

Other Tools from PubMed MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/pubmed-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server