dynamo_list_articles
List articles from DynamoDB by site or category. Returns article metadata (title, slug, excerpt, author, status, dates). Use for cross-site content queries and monitor dashboards.
Schema and Policy
{
"name": "dynamo_list_articles",
"description": "List articles from DynamoDB by site or category. Returns article metadata (title, slug, excerpt, author, status, dates). Use for cross-site content queries and monitor dashboards.",
"inputSchema": {
"type": "object",
"properties": {
"siteId": {
"type": "string"
},
"category": {
"type": "string"
},
"limit": {
"type": "number"
}
}
},
"category": "Content",
"authRequired": false,
"mutability": "read",
"status": "active"
}