onda_workspace_locate
Find a workspace by name, ID, or root path without listing all workspaces. Retrieves workspace details including its hosting window.
Instructions
Find a workspace by name, id, or rootPath without listing them all. Returns { workspace: { id, name, rootPath, mountedIn } } or { workspace: null }. mountedIn is the windowId currently hosting the workspace, or null if not mounted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Workspace ID to look up. | |
| name | No | Workspace name to look up. | |
| rootPath | No | Workspace rootPath to look up. |