query
ActiveTool of Mygene Info
declared in 0.1.0
Full-text gene query.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "BRCA1"
},
{
"size": 20,
"query": "symbol:TP53 AND taxid:9606"
}
],
"required": [
"query"
],
"properties": {
"size": {
"type": "number",
"description": "1-1000 (default 10)."
},
"sort": {
"type": "string"
},
"query": {
"type": "string",
"description": "e.g. \"BRCA1\", \"symbol:TP53 AND taxid:9606\""
},
"fields": {
"type": "string",
"description": "Comma-sep return fields."
},
"species": {
"type": "string",
"description": "NCBI taxonomy id or common name (default human)."
}
}
}Parent server
Mygene Info
https://github.com/pipeworx-io/mcp-mygene-info
1/7 registries