get_audit_trail
Get the audit trail for a specific site, showing all write operations with timestamps and changes.
Schema and Policy
{
"name": "get_audit_trail",
"description": "Get the audit trail for a specific site, showing all write operations with timestamps and changes.",
"inputSchema": {
"type": "object",
"properties": {
"siteId": {
"type": "string"
},
"limit": {
"type": "number"
}
}
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}