Skip to main content
Glama
XiaYeAI
by XiaYeAI

vercel_update_env_var

Update an existing Vercel environment variable: modify its key, value, type, or target environments using its ID.

Instructions

Update an existing environment variable

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoThe new name of the environment variable
typeNoThe type of the environment variable
valueNoThe new value of the environment variable
targetNoThe environments where this variable should be available
envVarIdYesThe ID of the environment variable to update
projectIdYesThe ID of the project
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It only states 'Update an existing environment variable' without disclosing side effects, permissions, idempotency, rate limits, or error conditions. This is insufficient for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise single sentence that front-loads the verb. However, it may be too sparse, missing context that could be added without significant length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema and no description of return value. For an update operation, the agent would benefit from knowing whether the updated variable is returned or just a confirmation. The description lacks completeness for a mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all parameters. The tool description does not add any additional parameter context or constraints, meeting the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the verb 'Update' and specifies the resource 'existing environment variable', clearly distinguishing it from create and delete sibling tools. However, it does not enumerate the updatable fields, relying on the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage context or when-to-use guidelines are provided. The description does not contrast with create/delete env var tools or specify prerequisites like having projectId and envVarId. The agent must infer from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/XiaYeAI/vercel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server