{
  "status": "partial",
  "note": "page.submit_inquiry is live via POST /leads. Other tools remain stubbed.",
  "page": {
    "slug": "savory-moments-wedding-catering",
    "name": "Savory Moments Wedding Catering",
    "hasInquiryForm": true
  },
  "vcap": {
    "visibility": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/llms.txt",
    "citability": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/json.ld",
    "actionability": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/mcp.json",
    "performability": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/openapi.json"
  },
  "mcp": {
    "protocolVersion": "2024-11-05",
    "serverInfo": {
      "name": "aiweb-savory-moments-wedding-catering",
      "title": "Savory Moments Wedding Catering",
      "version": "0.2.0"
    },
    "tools": [
      {
        "name": "page.get_profile",
        "description": "Read identity and canonical surfaces for \"Savory Moments Wedding Catering\".",
        "status": "stub"
      },
      {
        "name": "page.list_faqs",
        "description": "Return FAQ pairs for answer engines.",
        "status": "stub",
        "count": 0
      },
      {
        "name": "page.submit_inquiry",
        "description": "Submit a name/email inquiry for \"Savory Moments Wedding Catering\". POST JSON to the leads endpoint.",
        "status": "live",
        "method": "POST",
        "endpoint": "https://publisher.theaiwebcompany.com/irl/savory-moments-wedding-catering/leads",
        "inputSchema": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "email": {
              "type": "string",
              "format": "email"
            },
            "eventDate": {
              "type": "string",
              "description": "YYYY-MM-DD"
            },
            "eventTime": {
              "type": "string",
              "description": "HH:MM"
            },
            "notes": {
              "type": "string"
            },
            "source": {
              "type": "string",
              "enum": [
                "chatgpt",
                "perplexity",
                "claude",
                "browser",
                "mcp"
              ]
            }
          },
          "required": [
            "email"
          ]
        }
      }
    ]
  }
}