get_working_directory
Get the current working directory of the session. This path persists across tool calls and defaults to the user's home directory.
Instructions
Return the current session working directory.
The working directory persists across all tool calls within the same server session. It defaults to the user's home directory on startup.
Returns: A dict with keys: status, data (containing cwd, exists, is_dir).
Examples: get_working_directory()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||