resolve
ActiveTool of String Db
declared in 0.1.0
Map free-text identifiers (gene symbols, accessions) → STRING identifiers.
Parameters schema
{
"type": "object",
"examples": [
{
"identifiers": [
"TP53",
"BRCA1",
"MYC"
]
},
{
"limit": 5,
"species": 9606,
"identifiers": [
"ENSP00000269305"
]
}
],
"required": [
"identifiers"
],
"properties": {
"limit": {
"type": "number",
"description": "Best-N matches per input (default 1)."
},
"species": {
"type": "number",
"description": "NCBI taxonomy id (default 9606)."
},
"identifiers": {
"type": "array",
"items": {
"type": "string"
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
String Db
https://github.com/pipeworx-io/mcp-string-db
1/7 registries