string_enrichment_image_url
ActiveTool of STRING Database MCP Server
declared in 2.13.1
Retrieves the STRING enrichment figure image *URL* for a set of proteins.
Parameters schema
{
"type": "object",
"required": [
"identifiers"
],
"properties": {
"x_axis": {
"anyOf": [
{
"anyOf": [
{
"enum": [
"signal",
"strength",
"FDR",
"gene_count"
],
"type": "string"
},
{
"type": "null"
}
],
"description": "Optional. X-axis variable/order. If omitted, STRING uses signal."
},
{
"type": "null"
}
],
"default": null
},
"species": {
"anyOf": [
{
"type": "string",
"description": "Required. NCBI/STRING taxon (e.g. 9606 for human, or STRG0AXXXXX)."
},
{
"type": "null"
}
],
"default": null
},
"category": {
"anyOf": [
{
"anyOf": [
{
"enum": [
"Process",
"Function",
"Component",
"Keyword",
"KEGG",
"RCTM",
"HPO",
"MPO",
"DPO",
"WPO",
"ZPO",
"FYPO",
"Pfam",
"SMART",
"InterPro",
"PMID",
"NetworkNeighborAL",
"COMPARTMENTS",
"TISSUES",
"DISEASES",
"WikiPathways"
],
"type": "string"
},
{
"type": "null"
}
],
"description": "Optional. Term category for enrichment. If omitted, STRING uses Process. Use Process/Function/Component for GO, KEGG for KEGG pathways, RCTM for Reactome, and PMID for publications."
},
{
"type": "null"
}
],
"default": null
},
"identifiers": {
"type": "string",
"description": "Required. Protein identifiers, separated by %0d. Example: SMO%0dTP53"
},
"color_palette": {
"anyOf": [
{
"anyOf": [
{
"enum": [
"mint_blue",
"lime_emerald",
"green_blue",
"peach_purple",
"straw_navy",
"yellow_pink"
],
"type": "string"
},
{
"type": "null"
}
],
"description": "Optional. Color palette for FDR. If omitted, STRING uses mint_blue."
},
{
"type": "null"
}
],
"default": null
},
"group_by_similarity": {
"anyOf": [
{
"anyOf": [
{
"type": "number",
"maximum": 1,
"minimum": 0.1
},
{
"type": "null"
}
],
"description": "Optional. Group similar terms on the plot. Default: no grouping."
},
{
"type": "null"
}
],
"default": null
},
"number_of_terms_shown": {
"anyOf": [
{
"anyOf": [
{
"type": "integer",
"minimum": 1
},
{
"type": "null"
}
],
"description": "Optional. Max number of terms shown on plot. Default: 10."
},
{
"type": "null"
}
],
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
STRING Database MCP Server
https://github.com/meringlab/string-mcp
2/7 registries