Back to tools

get_site

Get site metadata by ID or domain. Returns full site record including aliases and MCP config.

Schema and Policy
{
  "name": "get_site",
  "description": "Get site metadata by ID or domain. Returns full site record including aliases and MCP config.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "domain": {
        "type": "string"
      }
    }
  },
  "category": "Sites",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}