Get symbol conflicts
get_symbol_conflictsCheck active symbol reservations that may conflict with your planned API or entity changes. Use before modifying shared interfaces to avoid collisions.
Instructions
Purpose: Read active symbol reservations that could conflict with planned work. When to use: call before changing shared APIs or named entities. Inputs: workspace_id and optional symbols filter. Side effects: none beyond database reads. Output: active symbol reservations with owners, purposes, and expiry. Failure modes: returns an empty list when there are no active conflicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | No | Optional symbol names or qualified identifiers to filter conflicts. | |
| workspace_id | Yes | Workspace UUID whose symbol reservations should be checked. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |