list_deployments
List recent deployments, optionally scoped to a specific site.
Schema and Policy
{
"name": "list_deployments",
"description": "List recent deployments, optionally scoped to a specific site.",
"inputSchema": {
"type": "object",
"properties": {
"siteId": {
"type": "string"
},
"limit": {
"type": "number"
}
}
},
"category": "Deployments",
"authRequired": false,
"mutability": "read",
"status": "active"
}