Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_interpro_entry

Retrieve comprehensive details about an InterPro entry, including protein families, domains, and functional sites. Optionally include protein-protein interactions, pathway data, and cross-references for enhanced analysis.

Instructions

Get detailed information about a specific InterPro entry.

InterPro entries represent protein families, domains, and functional sites. Each entry integrates information from multiple member databases.

Args: interpro_id (str): The InterPro entry identifier (e.g., "IPR000001"). include_interactions (bool, optional): Whether to include protein-protein interactions data. Defaults to False. include_pathways (bool, optional): Whether to include pathway information. Defaults to False. include_cross_references (bool, optional): Whether to include cross-references to other databases. Defaults to False.

Returns: dict: InterPro entry data including description, type, member databases, and optional additional data

Input Schema

NameRequiredDescriptionDefault
include_cross_referencesNoWhether to include cross-references to other databases
include_interactionsNoWhether to include protein-protein interactions data
include_pathwaysNoWhether to include pathway information
interpro_idYesThe InterPro entry identifier (e.g., 'IPR000001')

Input Schema (JSON Schema)

{ "properties": { "include_cross_references": { "default": false, "description": "Whether to include cross-references to other databases", "title": "Include Cross References", "type": "boolean" }, "include_interactions": { "default": false, "description": "Whether to include protein-protein interactions data", "title": "Include Interactions", "type": "boolean" }, "include_pathways": { "default": false, "description": "Whether to include pathway information", "title": "Include Pathways", "type": "boolean" }, "interpro_id": { "description": "The InterPro entry identifier (e.g., 'IPR000001')", "title": "Interpro Id", "type": "string" } }, "required": [ "interpro_id" ], "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