get_env_var
Get a specific environment variable and its decrypted value from a Vercel project by providing the project ID and environment variable ID. Supports team scoping via team ID or slug.
Instructions
Get a single environment variable (and its decrypted value where allowed) by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project id or name. | |
| envId | Yes | Environment variable id. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |