maltego_next_best_actions
Recommends the most valuable next steps in an investigation by weighing entity importance, information gain, and prior actions to avoid redundant suggestions.
Instructions
Recommend the most valuable next moves (decision engine). Use when deciding what to do next.
A deterministic, explainable ranking that weighs entity importance, expected information gain, confidence, provider availability, and — crucially — the Investigation Memory (so it never re-suggests a transform already attempted on an entity). Supersedes maltego_suggest_next_steps with richer reasoning.
Args: params (AnalysisLimitInput): - limit (int): Max recommendations (1-50, default 10). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Ranked recommendations, each with transform, target entity, a deterministic score, expected gain, and a plain-English reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |