maltego_rank_entities
Rank and score entities by investigation priority, so analysts focus on the most meaningful findings first.
Instructions
Rank entities by investigation priority (deterministic).
Scores every entity and returns them ordered by investigation_priority, so an analyst can focus on the most meaningful findings first.
Args: params (RankEntitiesInput): - limit (int): Max entities (1-200, default 20). - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: Ranked entities with their scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |