Open Current Workspace
open_current_workspaceRead the workspace bound to the current conversation. Use this read-only tool to inspect files and structure without changing the active workspace.
Instructions
Read the workspace already bound to this Connector conversation. This tool is strictly read-only: it never activates, rebinds, or changes the global active workspace. If the conversation is unbound, it inspects the configured default root and asks the caller to use open_workspace explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Tree depth when include_tree=true. Default: 2. | |
| include_tree | No | Include a compact file tree. Default: false for speed. | |
| workspace_id | No | Explicit task-bound workspace id. This has priority over conversation and global active workspace. | |
| include_skills | No | Discover skills by name/description. Default: false for speed. | |
| conversation_id | No | Stable conversation id. The conversation binding has priority over global active workspace. | |
| include_global_skills | No | Also scan installed user/plugin skills when include_skills=true. Default: false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |