Back to tools

dynamo_get_site

Get a single site from DynamoDB by siteId or domain. Returns full metadata, MCP configuration, aliases, and status. Falls back to resolve_network_domain if DynamoDB is unavailable.

Schema and Policy
{
  "name": "dynamo_get_site",
  "description": "Get a single site from DynamoDB by siteId or domain. Returns full metadata, MCP configuration, aliases, and status. Falls back to resolve_network_domain if DynamoDB is unavailable.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "siteId": {
        "type": "string"
      },
      "domain": {
        "type": "string"
      }
    }
  },
  "category": "Sites",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}