maltego_rename_graph
Renames a Maltego graph. Provide a new name and optionally the graph to rename; defaults to the active graph.
Instructions
Rename an open graph (defaults to the active graph).
Args: params (RenameGraphInput): - new_name (str): New name. - graph_name (Optional[str]): Graph to rename; defaults to active.
Returns: str: Confirmation, or an actionable error (unknown/duplicate name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |