associations
ActiveTool of Monarch Initiative
Fetch biolink associations (edges) involving a Monarch entity by its CURIE ID (e.g. MONDO:0007947); filter by association category (e.g. biolink:DiseaseToPhenotypicFeatureAssociation), predicate, or direction (subject/object/both).
Parameters schema
{
"type": "object",
"examples": [
{
"category": "biolink:DiseaseToPhenotypicFeatureAssociation",
"entity_id": "MONDO:0007947"
},
{
"limit": 50,
"direction": "subject",
"entity_id": "NCBIGene:207",
"predicate": "biolink:associated_with_increased_likelihood_of"
}
],
"required": [
"entity_id"
],
"properties": {
"limit": {
"type": "number"
},
"category": {
"type": "string",
"description": "e.g. \"biolink:DiseaseToPhenotypicFeatureAssociation\""
},
"direction": {
"type": "string",
"description": "subject (default) | object | both"
},
"entity_id": {
"type": "string"
},
"predicate": {
"type": "string",
"description": "e.g. \"biolink:has_phenotype\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Monarch Initiative
https://github.com/pipeworx-io/mcp-monarch-initiative
1/7 registries