get_env_vars
List environment variable keys from .env files with inferred types and formats without exposing sensitive values. Use to understand project configuration patterns and structure.
Instructions
List environment variable keys from .env files with inferred value types/formats. Never exposes actual values — only keys, types (string/number/boolean/empty), and formats (url/email/ip/path/uuid/json/base64/csv/dsn/etc). Use to understand project configuration without accessing secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Filter keys by pattern (e.g. "DB_" or "REDIS") | |
| file | No | Filter by specific .env file path |