maltego_summarize_graph
Summarize an active investigation graph with entity/link totals, type breakdown, most-connected entities, and isolated nodes. Returns markdown or JSON.
Instructions
Summarize the active investigation graph (composition + key entities).
Deterministic overview: entity/link totals, a breakdown by entity type, the most-connected entities, and any isolated entities. Ideal for presenting an investigation's state to a user.
Args: params (SummarizeGraphInput): - response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns: str: JSON form matches analysis.summarize_graph (name, entity_count, link_count, type_breakdown, most_connected, isolated_count, isolated); markdown form is a readable brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |