studies_by_trait
ActiveTool of Gwas Catalog
declared in 0.1.0
GWAS Catalog: find genome-wide association studies for a disease/trait (EFO trait, e.g. "asthma" or "type 2 diabetes"). Returns accession, PubMed ID, title, journal, date, sample size. Keyless, from EBI/NHGRI.
Parameters schema
{
"type": "object",
"required": [
"trait"
],
"properties": {
"limit": {
"type": "number",
"description": "Max studies to return (default 10)."
},
"trait": {
"type": "string",
"description": "Disease or trait name, e.g. \"asthma\", \"type 2 diabetes\"."
}
}
}Parent server
Gwas Catalog
https://github.com/pipeworx-io/mcp-gwas-catalog
1/7 registries