env_env_get
Retrieve a single environment variable's value. Returns the value as a string, 'null' if unset, and hides sensitive variables containing KEY, TOKEN, or SECRET.
Instructions
[env] Get the value of a single environment variable. Returns the value as a string, or 'null' if not set. Sensitive variables (containing KEY, TOKEN, SECRET, etc.) are hidden and return '[hidden]'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| default | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |