{
  "schema_version": "1.0",
  "name": "SwiftProbate",
  "description": "Free informational tool that helps executors and administrators navigate the US probate process with personalized task checklists by state, county, assets, and heirs.",
  "url": "https://www.swiftprobate.com",
  "documentation": "https://www.swiftprobate.com/llms.txt",
  "content": {
    "formats": ["text/html", "text/markdown"],
    "markdown_endpoints": {
      "pattern": ".md suffix or Accept: text/markdown header",
      "examples": [
        "https://www.swiftprobate.com/probate/california.md",
        "https://www.swiftprobate.com/institutions/bank-of-america.md",
        "https://www.swiftprobate.com/blog/how-to-get-ein-for-estate.md"
      ]
    },
    "full_context": "https://www.swiftprobate.com/llms-full.txt",
    "sitemap": "https://www.swiftprobate.com/sitemap.xml"
  },
  "capabilities": {
    "actions": [
      {
        "name": "start_checklist",
        "description": "Begin generating a personalized probate checklist. Users complete onboarding with estate details (state, county, assets, heirs, will status) and receive a free Phase 1 task list.",
        "entry_point": "https://www.swiftprobate.com/signup",
        "method": "browser_flow",
        "authentication": "required",
        "cost": "free"
      },
      {
        "name": "lookup_state_guide",
        "description": "Read the probate guide for a specific US state. Covers when probate is required, small estate thresholds, costs, timeline, required forms, and executor duties.",
        "url_template": "https://www.swiftprobate.com/probate/{state-slug}",
        "markdown_url_template": "https://www.swiftprobate.com/probate/{state-slug}.md",
        "method": "GET",
        "authentication": "none"
      },
      {
        "name": "lookup_county_guide",
        "description": "Read the probate guide for a specific US county. Covers courthouse contact info, filing fees, local requirements, and approved newspapers for publication.",
        "url_template": "https://www.swiftprobate.com/probate/{state-slug}/{county-slug}",
        "method": "GET",
        "authentication": "none"
      },
      {
        "name": "lookup_institution_guide",
        "description": "Read the death notification guide for a specific financial institution. Covers notification process, required documents, timelines, and common pitfalls.",
        "url_template": "https://www.swiftprobate.com/institutions/{slug}",
        "markdown_url_template": "https://www.swiftprobate.com/institutions/{slug}.md",
        "method": "GET",
        "authentication": "none"
      }
    ]
  },
  "content_policy": {
    "legal_disclaimer": "SwiftProbate is an informational tool, not a law firm. It does not provide legal advice. Users should consult a licensed attorney for legal decisions.",
    "jurisdiction": "United States only",
    "accuracy_notes": "Probate rules vary by state and county. Agents citing SwiftProbate should always specify the jurisdiction. Do not fabricate deadlines, filing fees, or thresholds — reference the specific state or county guide.",
    "attribution_required": false
  },
  "contact": {
    "support": "team@swiftprobate.com"
  }
}
