Pivotal Entities
get_pivotal_entitiesIdentify high-impact hubs and bridge nodes in the intelligence graph ranked by weighted degree and approximate betweenness, so a single detection covers the maximum exposure.
Instructions
The hubs and bridges of the intelligence graph ranked by weighted degree and approximate betweenness — where a single detection buys the most coverage. NOTE: betweenness is an ego-bridge heuristic, not exact Brandes; the response says so in note. Do not present it as exact betweenness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 25, max 100. | |
| node_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| note | No | States that betweenness is an ego-bridge approximation, not exact Brandes. |