gograph_session_create
Start a telemetry audit session for tracking agent compliance and tool success metrics. Generates a session ID for multi-step coding tasks.
Instructions
Start a telemetry audit session for tracking agent compliance and tool success metrics. Writes session state under .gograph/sessions; MCP annotations mark it mutating and non-idempotent. No prerequisites. WHEN TO USE: Call once at the start of a multi-step coding task to track your work. NOT TO USE: When a session is already active. RETURNS: Structured message with the newly generated session ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| custom_word | No | Optional custom word prefix to incorporate in the timestamped session ID (e.g. 'implement_feature') |