listSites
Filter and list Netlify sites by access type (all, owner, or guest) directly from the MCP server, simplifying site management and organization.
Instructions
List Netlify sites
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter sites by access type |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"description": "Filter sites by access type",
"enum": [
"all",
"owner",
"guest"
],
"type": "string"
}
},
"type": "object"
}