getSite
Retrieve detailed information about a Netlify site by providing its unique site ID using this tool, part of the Netlify MCP Server for site management.
Instructions
Get details of a specific site
Input Schema
Name | Required | Description | Default |
---|---|---|---|
siteId | Yes | ID of the site to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"siteId": {
"description": "ID of the site to retrieve",
"type": "string"
}
},
"required": [
"siteId"
],
"type": "object"
}