Mcp Auto Loader Noodle#

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

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

Available Tools#

mcp_auto_loader_noodle (Type: MCPAutoLoaderTool)#

Opt-in connection to Noodle Biomedical Literature Discovery MCP, published by Helena Bioinformati…

mcp_auto_loader_noodle tool specification

Tool Information:

  • Name: mcp_auto_loader_noodle

  • Type: MCPAutoLoaderTool

  • Description: Opt-in connection to Noodle Biomedical Literature Discovery MCP, published by Helena Bioinformatics. Discovers six reviewed, read-only tools for PubMed-derived biomedical literature search, publication details, corpus metadata, and bounded citation or semantic graph traversal. Search rank, citation proximity, semantic similarity, and graph distance are discovery signals, not evidence of causality, scientific validity, diagnosis, or treatment.

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 literature-search, publication-identifier, graph-neighborhood, or corpus-summary arguments for the selected tool. Never include patient, private case, credential, or private uploaded content.

Example Usage:

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