Mint a new execution ID
execution_createCreate an execution ID for externally run processes, enabling log data correlation after the probe server has been started.
Instructions
Mints a new executionId for a process/request/test run you will trigger yourself (already running externally, or you'll reproduce it manually). Instrumented code must include this executionId in every log event it POSTs to the ingestion server. Requires probe_server_start to have been called first. For processes you want log-probe-mcp to launch and capture directly, use execution_run instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Human-readable label, e.g. "manual repro #3". | |
| sessionId | Yes |