maltego_suggest_next_steps
Recommends next transforms for Maltego investigations by analyzing entity connectivity and available transforms, prioritizing the most-connected entities first.
Instructions
Legacy simple heuristic for next transforms — prefer maltego_next_best_actions.
Use when: you want the basic heuristic list. For real recommendations use maltego_next_best_actions (memory-aware, ranked, explainable). Kept for backward compatibility.
Deterministically recommends transforms to advance the investigation, prioritising the most-connected entities and available transforms first. Unavailable (missing-key) transforms are still listed but flagged.
Args: params (AnalysisLimitInput): - limit (int): Max suggestions (1-50, default 10). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Suggestions of (transform, target entity, expected output types).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |