Skip to main content
Glama

STRING-db MCP Server

get_protein_annotations

Retrieve detailed protein annotations and functional insights by providing protein identifiers and species data, enabling comprehensive analysis within the STRING-db environment.

Instructions

Get detailed annotations and functional information for proteins

Input Schema

NameRequiredDescriptionDefault
protein_idsYesList of protein identifiers
speciesNoSpecies name or NCBI taxonomy ID (default: 9606 for human)

Input Schema (JSON Schema)

{ "properties": { "protein_ids": { "description": "List of protein identifiers", "items": { "type": "string" }, "type": "array" }, "species": { "description": "Species name or NCBI taxonomy ID (default: 9606 for human)", "type": "string" } }, "required": [ "protein_ids" ], "type": "object" }

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/Augmented-Nature/STRING-db-MCP-Server'

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