maltego_update_entity
Update an entity's value, properties, notes, or weight on the active graph. Only supplied fields change; properties are merged.
Instructions
Update an entity's value, properties, notes, or weight on the active graph.
Only the supplied fields change; properties are merged (not replaced).
Args: params (UpdateEntityInput): - entity_id (str): Entity to update. - value (Optional[str]): New primary value. - properties (Optional[Dict[str,str]]): Properties to set/merge. - notes (Optional[str]): Replacement notes. - weight (Optional[int]): Node weight (0-100).
Returns: str: Confirmation or an actionable error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |