Netlify MCP Server

get-deploy-status

Retrieve the deployment status of a site by providing the site ID or name and deployment ID using the Netlify MCP Server.

Instructions

Get deployment status for a site

Input Schema

NameRequiredDescriptionDefault
deployIdNoDeployment ID
siteIdYesSite ID or name

Input Schema (JSON Schema)

{ "properties": { "deployId": { "description": "Deployment ID", "type": "string" }, "siteId": { "description": "Site ID or name", "type": "string" } }, "required": [ "siteId" ], "type": "object" }

You must be authenticated.

Other Tools from Netlify MCP Server

Related Tools

ID: rmzusviqom