DocsMCP Tools Reference

MCP Tools Reference

The full catalog of ClinicaLister MCP tools — search, trials, drugs, devices, safety, pricing, regulatory, the disease/molecule knowledge graph, publications, contacts, and your own data — grouped by domain.

How the tools work

Each tool takes structured inputs (validated before it runs) and returns structured JSON. Tools respect the active data context: in Personal/Team context they're scoped to your followed trials; in Investigation context they query the whole database. You don't need to memorize the list — an assistant discovers the tools automatically — but this reference is handy for knowing what's available.

Tip: Workflows usually start with search: resolve a disease with search_disease, pass the returned mondo_id to search_trials, then fan out to the drug, device, safety, and pricing tools on the trials you found.

Context & account

ToolWhat it does
get_user_infoYour account, license tier, team membership, limits, and subscription state.
set_contextSwitch between Personal, Team, and Investigation context for the session.

Studies & trials

ToolWhat it does
get_followed_studiesYour followed-trial portfolio.
get_trial_detailsFull detail for one or many trials (arms, eligibility, outcomes, locations, sponsors).
get_followed_locationsSite locations across your followed trials.
get_saved_queriesYour saved search queries.
get_trial_entitiesLLM-extracted entities (drugs, conditions, biomarkers, genes) from trial text, each tagged with its resolved molecule.

Drugs & substances

ToolWhat it does
get_drug_linksVerified drug ↔ trial links, with FDA and EMA drug IDs per molecule.
get_drug_detailsAn FDA or EMA drug record: approval status, patents, exclusivity, designations, FAERS summary, biosimilars.
get_ndc_productsNDC product packaging and pharmacologic classes.
get_gsrs_substancesGSRS substance records — UNII, formula, weight, CAS, substance class.
get_dailymed_labelsStructured DailyMed label sections, including boxed warnings.

Safety

ToolWhat it does
get_safety_signalsDisproportionality signals (PRR/ROR) for drugs — hypothesis-generating, not causal.
get_faers_summaryFAERS post-market adverse-event summary for a drug.
get_device_signalsDevice adverse-event disproportionality from MAUDE.

Pricing & market access

Public reference pricing — available in every context (pass a drug name in Investigation).

ToolWhat it does
get_nadac_pricingNADAC pharmacy acquisition cost per unit, with brand/generic classification.
get_asp_pricingMedicare Average Sales Price by HCPCS code or drug name.
get_part_d_spendingMedicare Part D spending, utilization, and year-over-year trend per drug.
get_open_paymentsManufacturer-to-physician payments (Open Payments / Sunshine Act).
get_drug_shortagesCurrent and resolved FDA drug shortages.

Devices

ToolWhat it does
get_device_linksVerified device ↔ trial links.
get_device_recallsFDA device recalls with class and reason.
get_device_adverse_eventsMAUDE adverse-event reports for linked devices.
get_device_landscapeDevice competition by product code and advisory committee.
get_device_classificationsFDA regulatory classification (risk class, panel, pathway).
get_gudid_devicesGUDID product data — MRI safety, latex, sterilization, distribution.
get_device_registrationsFDA establishment registrations and listings.

Regulatory & change monitoring

ToolWhat it does
get_trial_changesLLM-analyzed trial audit trail with pre-computed severity; also a global feed of newly-registered trials.
get_regulatory_changesFDA/EMA drug & device and CTIS change audit trail with severity.
get_trial_change_statisticsAggregate trial-change velocity, signal-to-noise, and field churn.
get_regulatory_change_statisticsAggregate regulatory-change statistics.
get_severity_configurationsThe severity scoring configuration used to classify changes.

Diseases — MONDO knowledge graph

Disease-anchored tools. These are aggregate/ontology tools available to every tier.

ToolWhat it does
search_diseaseResolve a disease name or synonym to a canonical MONDO id (108K aliases).
get_disease_briefHierarchy, trial count, cross-references (ICD/MeSH/OMIM/Orphanet/UMLS/SNOMED/NCIt), and top molecules.
list_trials_for_diseaseTrials for a disease (descendant-aware; scoped to followed set in Personal/Team).
list_molecules_for_diseaseMolecules studied in a disease.
get_trial_diseasesMONDO disease tags for a trial.
get_molecule_diseasesDiseases a molecule is studied in.
get_competitive_landscapeWho competes in a disease — molecules, phases, trial counts, with de-duplication.

Molecules — MONDO knowledge graph

Molecule-anchored tools.

ToolWhat it does
get_molecule_trialsAll trials for a molecule/drug.
get_molecule_profileConsolidated molecule profile, including ATC/MEDRT classifications and safety flags.
get_molecule_targetsKnown molecular targets / mechanism of action.
get_molecule_disease_trialsTrials for a molecule within a specific disease.
get_molecules_by_targetMolecules acting on a given target.
get_molecules_by_classMolecules in an ATC/MEDRT/SNOMED/FDA-SPL class.
get_molecules_by_safety_flagMolecules carrying a flag (boxed warning, REMS, orphan, breakthrough, fast track).
get_molecule_variantsCollapse brand/salt/biosimilar nodes into the parent moiety.
get_combination_componentsComponent molecules of a fixed-dose combination.
list_top_moleculesCross-therapeutic molecule leaderboard.

Publications, labels & EU trials

ToolWhat it does
get_publicationsPublications linked to a trial (PubMed / Europe PMC) with journal and citation context.
get_eu_trial_linksEU CTIS trial links, with optional public/scientific contacts and per-site PIs.
get_eu_drug_linksEU drug links for a trial or EUCT number.

Contacts

Investigator and site-contact discovery across the US and EU registries. Contact data is published by ClinicalTrials.gov and CTIS as regulatory transparency.

ToolWhat it does
get_study_contactsContacts you've curated in the app.
get_trial_contactsRegistry-published contacts (overall officials + site contacts) for specific trials.
search_contactsCross-registry PI/site discovery by condition or sponsor (Investigator+ tier). Refine by country, role, affiliation, email domain.

Your data

ToolWhat it does
get_custom_columnsYour custom column definitions.
filter_trials_by_custom_columnFilter followed trials by a custom-column value.
get_web_linksWeb links you've attached to trials.
get_trial_notesYour trial notes.
get_trial_contacts (user)Contacts you've recorded on trials.

Report recipes

Two tools surface the ready-made report recipes (see Report Recipes & Personas).

ToolWhat it does
get_agent_promptsList the available report recipes, with persona and description.
get_agent_promptFetch one recipe's full step-by-step instructions — optionally pre-resolving its inputs.