maltego_open_graph
Load an existing Maltego .mtgx graph file into memory for inspection and editing. The graph becomes active, allowing analysis of entities and links.
Instructions
Open an existing Maltego .mtgx file into memory and make it active.
Parses the GraphML inside the archive into entities and links so they can be inspected and edited. The graph remembers its source path so maltego_save_graph can re-save in place.
Args: params (OpenGraphInput): - path (str): Path to an existing .mtgx file.
Returns: str: Summary of the loaded graph (entity/link counts) or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |