Skip to main content
Glama

vercel_create_deployment

Deploy to Vercel from git using project ID and branch, or redeploy an existing deployment. Skip build cache with force_new to apply env changes.

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 are provided, so the description carries full burden. It discloses that force_new skips build cache and when to use it, but omits important behaviors such as required permissions, idempotency, side effects on existing deployments, or response format. The safety profile (read/write) is implied but not explicitly stated.

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?

Three concise sentences with no filler. The purpose is front-loaded, followed by parameter usage and a specific behavioral note about force_new. Every sentence earns its place.

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?

For a deployment creation tool with 8 parameters, no required fields, and no output schema, the description covers the main two modes and cache behavior. However, it lacks explanation of the target parameter (production vs preview) and authentication parameters (api_key, team_id). Given the complexity and missing annotations, this is adequate but incomplete.

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% (5/8 params described). The description adds value by explaining the relationship between deployment_id and redeploy, and project_id+git_ref for fresh deploy. It also clarifies force_new's use case. However, it does not describe target (production vs preview), team_id, name, or api_key, which are left to the schema. Baseline 3 is appropriate given moderate coverage and added context.

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 starts with 'Create a Vercel deployment', clearly stating the verb and resource. It then distinguishes two distinct modes: redeploy using deployment_id vs fresh deploy using project_id+git_ref. This purpose is specific and differentiates well from sibling tools like vercel_list_deployments and vercel_get_deployment.

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?

Description provides explicit guidance on when to use each parameter combination: 'Pass deployment_id to redeploy... or project_id + git_ref to deploy fresh'. It also explains when force_new is needed. However, it does not mention when not to use this tool or offer alternatives among siblings (e.g., using vercel_list_deployments for listing).

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