env_env_list
List environment variables as a JSON object. Filter by prefix (e.g., 'AWS_') to retrieve only matching variables. Sensitive variables are automatically excluded for security.
Instructions
[env] List environment variables as a JSON object. Pass a prefix to filter (e.g. 'AWS_' lists all AWS vars). Sensitive variables are excluded from the output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |