Emdb Tools

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

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

Available Tools

EMDB_get_structure (Type: EMDBRESTTool)

Get electron microscopy structure data from EMDB

EMDB_get_structure tool specification

Tool Information:

  • Name: EMDB_get_structure

  • Type: EMDBRESTTool

  • Description: Get electron microscopy structure data from EMDB

Parameters:

  • emdb_id (string) (required) EMDB structure ID (e.g., EMD-1234)

Example Usage:

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