Get workspace lineage graph
get_workspace_lineage_graphMap collaboration artifacts in a workspace by returning a graph of sessions, changesets, handoffs, and reservations. Use the output for dashboard and orchestration analysis.
Instructions
Purpose: Return a graph of major collaboration artifacts for a workspace. When to use: call when an agent needs a high-level map of sessions, changesets, handoffs, reservations, and activity. Inputs: workspace_id and limit. Side effects: none beyond database reads. Output: nodes and edges suitable for dashboard or orchestration analysis. Failure modes: returns a sparse graph for new or unindexed workspaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of lineage nodes or rows to include. | |
| workspace_id | Yes | Workspace UUID whose lineage graph should be returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||