maltego_explain_why
Trace the provenance of any graph entity to see which transform discovered it, the triggering entity, and the recorded reason.
Instructions
Explain why an entity is on the graph: which step/transform discovered it.
Uses Investigation Memory to trace an entity's provenance — the transform that produced it, the entity that triggered that transform, and the recorded reason. Seed entities (added manually or via CSV) report as analyst-provided.
Args: params (ExplainWhyInput): - entity_id (str): Entity id (e.g. 'n3'). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Provenance explanation, or an error if the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |