maltego_load_graph
Load an existing .mtgx file to resume editing a Maltego graph, preserving all entities, links, properties, and layout positions for full round-trip continuation.
Instructions
Load an existing .mtgx file as a new active graph (continue an investigation).
Equivalent to maltego_open_graph: parses all entities, links, properties, and any stored layout positions so you can continue editing and re-save (full round-trip).
Args: params (LoadGraphInput): - path (str): Path to the .mtgx file.
Returns: str: Summary of the loaded graph, or an actionable error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |