Skip to main content
Glama

Vercel MCP

by zueai

getDeployment

Retrieve deployment details by ID or URL for Vercel projects, including optional git repository info, team ID, and slug.

Instructions

Gets a deployment by ID or URL

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID or URL of the deployment
slugNoSlug
teamIdNoTeam ID
withGitRepoInfoNoInclude git repository info

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deploymentId": { "description": "The ID or URL of the deployment", "type": "string" }, "slug": { "description": "Slug", "type": "string" }, "teamId": { "description": "Team ID", "type": "string" }, "withGitRepoInfo": { "description": "Include git repository info", "type": "string" } }, "required": [ "deploymentId" ], "type": "object" }

Other Tools from Vercel MCP

Related Tools

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/zueai/vercel-api-mcp'

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