Review workspace context
review_workspace_contextSummarize reservations, handoffs, lineage, and recent activity to avoid duplicating or conflicting with other agents before starting work.
Instructions
Purpose: Summarize relevant reservations, handoffs, lineage, and recent activity before work starts. When to use: call at the beginning of a task to avoid duplicating or conflicting with other agents. Inputs: workspace, intent, optional file paths, symbols, agent name, and limit. Side effects: records an MCP audit event. Output: compact review context with risks, reservations, handoffs, and lineage. Failure modes: returns limited context when workspace history is sparse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of context items per category. | |
| intent | No | Natural-language description of the planned work. | |
| symbols | No | Optional symbol names relevant to the planned work. | |
| agent_name | No | Optional requesting agent name for coordination context. | |
| file_paths | No | Optional repo-relative files relevant to the planned work. | |
| workspace_id_or_uri | Yes | Workspace UUID, root URI, or alias URI to review. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||