Open Workspace
open_workspaceOpen a local project directory as an AgentDock workspace to get a workspace ID, git status, AGENTS.md, and a compact file tree for immediate repository analysis.
Instructions
Open a local project directory as a LocalWorkspaceBridge workspace. Returns a workspace_id plus git status, AGENTS.md, and a compact file tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Alias for root. Useful for clients that naturally send path instead of root. | |
| root | No | Project directory to open. Omit to use LOCALWORKSPACEBRIDGE_ROOT/current working directory. Supports ~/ paths. | |
| max_depth | No | Tree depth. Default: 3. | |
| max_files | No | Alias for maximum tree entries. Default: 500. | |
| include_tree | No | Include a compact file tree. Default: true. | |
| include_skills | No | Discover skills by name/description. Default: false for speed. | |
| include_global_skills | No | Also scan installed user/plugin skills when include_skills=true. Default: false. |