Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.enagrams.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Leave a workstream you previously joined. The workstream continues for other participants — use workstream_end if you want to abandon it for the whole team.

Parameters

ParameterTypeRequiredDescription
slugstringYesWorkstream slug
session_idstringNoYour current session id

Example

{
  "tool": "workstream_leave",
  "arguments": { "slug": "stripe-subscription-upgrades" }
}