{
  "mcpVersion": "1.0.0",
  "site": "https://mydivorcekit.com",
  "tools": [
    {
      "name": "extractPageSummary",
      "description": "Scrapes and returns the high-density BLUF element from the page structure.",
      "parameters": {
        "type": "object",
        "properties": {
          "url": { "type": "string", "format": "uri" }
        },
        "required": ["url"]
      }
    },
    {
      "name": "searchSiteData",
      "description": "Programmatically search state divorce guides and topical resources on this host.",
      "parameters": {
        "type": "object",
        "properties": {
          "q": { "type": "string", "description": "Keywords to match against state names, guides, and page titles." }
        },
        "required": ["q"]
      }
    },
    {
      "name": "lookupStateDivorceFacts",
      "description": "Returns residency, filing fee, waiting period, and property law for a US state abbreviation.",
      "parameters": {
        "type": "object",
        "properties": {
          "state": { "type": "string", "description": "Two-letter US state code, e.g. CA or TX." }
        },
        "required": ["state"]
      }
    }
  ]
}
