Vercel MCP

by ZukAi-MCP

getDeploymentFileContents

Retrieve specific file contents from a deployment by providing deployment and file IDs. Utilizes the Vercel MCP server for streamlined API interactions.

Instructions

Gets deployment file contents

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesThe ID of the deployment
fileIdYesThe ID of the file
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" }, "fileId": { "description": "The ID of the file", "type": "string" }, "slug": { "description": "Slug", "type": "string" }, "teamId": { "description": "Team ID", "type": "string" } }, "required": [ "deploymentId", "fileId" ], "type": "object" }

You must be authenticated.

Other Tools from Vercel MCP

Related Tools

ID: 45wi05byks