Skip to main content
Glama

Vercel MCP

by zueai

getDeploymentFileContents

Retrieve contents of specific files within a deployment by providing deployment and file IDs, enabling direct access to essential data for management and troubleshooting.

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" }

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