maltego_create_graph
Create a new empty Maltego graph in memory to begin an OSINT investigation. The graph becomes active for entity and link operations until saved.
Instructions
Create a new, empty in-memory Maltego graph and make it active.
The graph lives in server memory until you save it with maltego_save_graph, which writes a .mtgx file that opens in Maltego CE. Subsequent entity/link operations target the active graph.
Args: params (CreateGraphInput): - name (str): Unique name for the new graph.
Returns: str: Confirmation message including the graph name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |