get_environment_variable
Retrieve the value of any environment variable on Windows, checking session-scoped overrides before falling back to inherited process values.
Instructions
Return the value of an environment variable.
Checks session-scoped overrides first, then falls back to the inherited process environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The environment variable name (case-insensitive on Windows). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||