suggest_workspace
Suggest OS-appropriate workspace directories for your network projects. Returns candidate paths under the user's home with existence and writability hints for you to confirm.
Instructions
Suggest OS-appropriate workspace directory candidates.
Always safe to call. Returns a list of candidate paths under the
user's home directory (Windows / macOS / Linux), with hints about
which exist, which are writable, and which the agent should prefer.
The agent must propose ONE candidate to the user, get confirmation,
then call set_workspace(path). Custom paths under the user home are
also acceptable; the candidates are only suggestions.
Returns:
JSON string with keys:
os, current_workspace, home, candidates, guidance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |