Skip to main content
Glama

vercel_create_deployment

Create a Vercel deployment by redeploying an existing commit via deployment ID, or deploy fresh from git with project ID and git ref. Skip build cache with force_new.

Instructions

Create a Vercel deployment. Pass deployment_id to redeploy an existing commit, or project_id + git_ref to deploy fresh from git. Set force_new=true to skip the build cache (needed after env var changes or when serverless function surfaces change).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deployment_idNoRedeploy the git source of this existing deployment.
project_idNoDeploy fresh from the project's linked git repo.
git_refNoBranch or SHA to deploy. Defaults to 'main'.
targetNo'production' (default) or 'preview'.
force_newNoSkip build cache. Default false.
nameNo
team_idNo
api_keyNo
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses mutation behavior, caching behavior (force_new), and conditions requiring cache skip. But it doesn't address authentication, rate limits, or side effects like overwriting existing deployments.

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

Conciseness5/5

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

Two sentences, zero waste. First sentence states purpose, second explains parameters and usage. Efficient and front-loaded.

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

Completeness3/5

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

Covers core use cases (redeploy, fresh deploy, cache skip) but lacks explanation for less common parameters (name, team_id, api_key) and no output schema or prerequisites. Adequate but not exhaustive for a tool with 8 params and no annotations.

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 63%; description adds meaning for key parameters (deployment_id, project_id, git_ref, force_new) by explaining their roles in redeploy vs fresh deploy. However, 3 params (name, team_id, api_key) have no description in either schema or description.

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

Purpose5/5

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

Description explicitly states it's for creating a Vercel deployment, with two distinct modes (redeploy with deployment_id, fresh deploy with project_id+git_ref), clearly distinguishing from sibling Vercel tools which handle env vars, listing, etc.

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

Usage Guidelines4/5

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

Provides clear context on when to use each mode and when to set force_new=true (e.g., after env var changes). However, it doesn't explicitly state when NOT to use this tool or suggest alternatives beyond the described modes.

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/malamutemayhem/unclick'

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