maltego_add_link
Add a directed link between two existing entities on the active graph, with an optional label to clarify the relationship.
Instructions
Add a directed link (edge) between two existing entities on the active graph.
Args: params (AddLinkInput): - source_id (str): Source entity id (e.g. 'n0'). - target_id (str): Target entity id (e.g. 'n1'). - label (Optional[str]): Label drawn on the link.
Returns: str: Confirmation including the new link id, or an actionable error if an endpoint id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |