Back to tools

dynamo_list_sites

List registered sites from DynamoDB when configured. DynamoDB may be read-only or degraded and is not the canonical MCP count source. Returns available site metadata including domains, MCP status, and API docs URLs.

Schema and Policy
{
  "name": "dynamo_list_sites",
  "description": "List registered sites from DynamoDB when configured. DynamoDB may be read-only or degraded and is not the canonical MCP count source. Returns available site metadata including domains, MCP status, and API docs URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "vertical": {
        "type": "string"
      },
      "limit": {
        "type": "number"
      }
    }
  },
  "category": "Sites",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}