maltego_score_entity
Calculate confidence, source reliability, linkage strength, investigation priority, and novelty scores for a given entity based on graph structure and investigation memory.
Instructions
Compute intelligence-quality scores for one entity (deterministic).
Returns confidence, source_reliability, linkage_strength, investigation_priority, and novelty in [0, 1], derived from the graph structure and Investigation Memory (which providers found the entity).
Args: params (ScoreEntityInput): - entity_id (str): Entity id (e.g. 'n0').
Returns: str: JSON object {entity, scores:{confidence, source_reliability, linkage_strength, investigation_priority, novelty}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |