Vercel MCP

getDeployments

Lists deployments

Input Schema

NameRequiredDescriptionDefault
appNoApplication name
fromNoTimestamp to list deployments from
limitNoLimit on number of deployments to return
projectIdNoProject ID
sinceNoTimestamp to get deployments from
slugNoSlug
stateNoDeployment state
targetNoDeployment target
teamIdNoTeam ID
toNoTimestamp to list deployments until
untilNoTimestamp to get deployments until
usersNoFilter by users

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "app": { "description": "Application name", "type": "string" }, "from": { "description": "Timestamp to list deployments from", "type": "number" }, "limit": { "description": "Limit on number of deployments to return", "type": "number" }, "projectId": { "description": "Project ID", "type": "string" }, "since": { "description": "Timestamp to get deployments from", "type": "number" }, "slug": { "description": "Slug", "type": "string" }, "state": { "description": "Deployment state", "type": "string" }, "target": { "description": "Deployment target", "type": "string" }, "teamId": { "description": "Team ID", "type": "string" }, "to": { "description": "Timestamp to list deployments until", "type": "number" }, "until": { "description": "Timestamp to get deployments until", "type": "number" }, "users": { "description": "Filter by users", "type": "string" } }, "type": "object" }