maltego_subscribe_events
Subscribe to real-time events during Maltego investigations to receive updates. Returns a subscription ID for polling with get_recent_events.
Instructions
Enable real-time investigation mode and return a subscription id.
Turns on the event bus's live mode and buffering. Because MCP stdio cannot push to the caller, retrieve emitted events by polling maltego_get_recent_events (events are also buffered before subscribing). Real-time mode is optional and does not change any .mtgx behaviour.
Returns: str: The subscription id and current buffer/sequence state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |