maltego_explain_entity
Explain an entity in a Maltego graph by retrieving its properties, neighbors, and available transforms to guide further investigation.
Instructions
Explain one entity: its data, neighbours, and how it can be expanded.
Deterministic context for a single node: properties, notes, degree, incoming and outgoing neighbours (with link labels), and which transforms apply to it (and whether each is currently available).
Args: params (ExplainEntityInput): - entity_id (str): Entity id (e.g. 'n0'). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Detailed 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 |