envvar
Read environment variables securely, retrieving specific values or listing all with filtering while automatically masking sensitive data like passwords and tokens.
Instructions
Reads environment variables. Returns a single variable by name, or lists all with optional filter. Sensitive values (passwords, tokens, keys) are automatically masked for security.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Get a specific environment variable by exact name | |
| filter | No | Filter variables by name (case-insensitive partial match) |