Mcp Auto Loader Gi#
Configuration File: mcp_auto_loader_gi.json
Tool Type: Local
Tools Count: 1
This page contains all tools defined in the mcp_auto_loader_gi.json configuration file.
Available Tools#
mcp_auto_loader_gi (Type: MCPAutoLoaderTool)#
Automatically discover and load reviewed Genomic Intelligence DNA sequence-analysis tools when GE…
mcp_auto_loader_gi tool specification
Tool Information:
Name:
mcp_auto_loader_giType:
MCPAutoLoaderToolDescription: Automatically discover and load reviewed Genomic Intelligence DNA sequence-analysis tools when GENOMIC_INTELLIGENCE_MCP_URL is configured. Provides transformer DNA language-model predictions over six tasks (promoter, splice sites, enhancer activity, chromatin state, expression, gene annotation) plus a composite find-genes-then-predict-expression workflow, and helpers that fetch sequence from Ensembl into a reusable handle. The hosted public server needs no API key; calls run against a shared, rate-limited demo quota. For research and development use, not clinical or diagnostic decisions.
Parameters:
operation(string) (required) The operation to perform: discover tools, generate configs, or call a tool directlytool_name(string) (optional) Name of the MCP tool to call (required for call_tool operation)tool_arguments(object) (optional) Arguments to pass to the MCP tool (for call_tool operation)
Example Usage:
query = {
"name": "mcp_auto_loader_gi",
"arguments": {
"operation": "example_value"
}
}
result = tu.run(query)