Mcp Auto Loader Folklore#

Configuration File: mcp_auto_loader_folklore.json Tool Type: Local Tools Count: 1

This page contains all tools defined in the mcp_auto_loader_folklore.json configuration file.

Available Tools#

mcp_auto_loader_folklore (Type: MCPAutoLoaderTool)#

Opt-in connection to Folklore Clinical Variant Interpretation MCP, published by Helena Bioinforma…

mcp_auto_loader_folklore tool specification

Tool Information:

  • Name: mcp_auto_loader_folklore

  • Type: MCPAutoLoaderTool

  • Description: Opt-in connection to Folklore Clinical Variant Interpretation MCP, published by Helena Bioinformatics. Discovers four reviewed, read-only tools for public GRCh38 germline variant evidence and source-linked literature. The service accepts no patient, phenotype, family, segregation, or private case data. Results require qualified professional review and are not diagnoses or treatment recommendations.

Parameters:

  • operation (string) (required) Discover reviewed tools, generate proxy configurations, or call one reviewed tool.

  • tool_name (string) (optional) Reviewed MCP tool name, required when operation is call_tool.

  • tool_arguments (object) (optional) Public variant-level or literature arguments for the selected tool. Never include patient or private case data.

Example Usage:

query = {
    "name": "mcp_auto_loader_folklore",
    "arguments": {
        "operation": "example_value"
    }
}
result = tu.run(query)