List workspace aliases
list_workspace_aliasesList workspace alias mappings to verify whether different filesystem roots refer to the same repository memory.
Instructions
Purpose: Inspect workspace alias mappings. When to use: call when an agent is unsure whether two filesystem roots point to the same repository memory. Inputs: workspace_id_or_uri optionally scopes the list. Side effects: none beyond database reads. Output: alias rows including canonical workspace identifiers and reasons. Failure modes: returns an empty list when no aliases exist or the filter matches nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id_or_uri | No | Optional workspace UUID, root URI, or alias URI used to filter aliases. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |