Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_string_similarity_scores

Calculate protein similarity scores using the STRING database. Compare protein pairs across species based on Smith-Waterman bit scores, reporting only significant matches above 50.

Instructions

Get similarity scores between proteins from the STRING database.

The scores represent protein homology based on Smith-Waterman bit scores. Only scores above 50 are reported, and only half of the similarity matrix (since it's symmetric) plus self-hits are returned.

Args: protein_symbol (str): The protein symbol of the first protein (e.g., "TP53"). protein_symbol_comparison (str): The protein symbol of the second protein (e.g., "MKI67"). species (str): The species taxonomy ID (e.g., "9606" for human). Optional.

Returns: list: A list of dictionaries containing protein pairs and their bit scores.

Input Schema

NameRequiredDescriptionDefault
protein_symbolYesThe protein symbol of the first protein (e.g., 'TP53')
protein_symbol_comparisonYesThe protein symbol of the second protein (e.g., 'MKI67')
speciesNoThe species taxonomy ID (e.g., '9606' for human)

Input Schema (JSON Schema)

{ "properties": { "protein_symbol": { "description": "The protein symbol of the first protein (e.g., 'TP53')", "title": "Protein Symbol", "type": "string" }, "protein_symbol_comparison": { "description": "The protein symbol of the second protein (e.g., 'MKI67')", "title": "Protein Symbol Comparison", "type": "string" }, "species": { "default": "", "description": "The species taxonomy ID (e.g., '9606' for human)", "title": "Species", "type": "string" } }, "required": [ "protein_symbol", "protein_symbol_comparison" ], "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/biocontext-ai/knowledgebase-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server