dynamo_table_info
Get DynamoDB table health and connectivity status. Returns table name, region, connection status, and latency. Used by monitor.platphormnews.com for infrastructure monitoring.
Schema and Policy
{
"name": "dynamo_table_info",
"description": "Get DynamoDB table health and connectivity status. Returns table name, region, connection status, and latency. Used by monitor.platphormnews.com for infrastructure monitoring.",
"inputSchema": {
"type": "object",
"properties": {}
},
"category": "DynamoDB",
"authRequired": false,
"mutability": "read",
"status": "active"
}