Vercel MCP

by ZukAi-MCP

listDeploymentFiles

Retrieve all files associated with a specific deployment using the deployment ID, enabling efficient management and organization of deployment resources on Vercel MCP.

Instructions

Lists deployment files

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID of the deployment
slugNoSlug
teamIdNoTeam ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Vercel MCP

Related Tools

ID: 45wi05byks