{
  "protocolVersion": "0.2.0",
  "name": "Proof 7",
  "description": "NYC print house and custom packaging company. Offset and digital printing, custom packaging manufacturing, book publishing, proofs and prototypes, produced from Manhattan.",
  "url": "https://proof7.com/",
  "documentationUrl": "https://proof7.com/llms-full.txt",
  "iconUrl": "https://proof7.com/wp-content/uploads/2020/07/Proof7_logo-2019.png",
  "version": "1.0.0",
  "provider": {
    "organization": "Proof 7",
    "url": "https://proof7.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "get_catalog",
      "name": "Get service catalog",
      "description": "Returns the full structured catalog: 6 top-level services, 17 box constructions, 36 industry packaging categories and 17 production and finishing methods. Backed by a static JSON document; no human involvement required.",
      "tags": ["catalog", "services", "packaging", "printing"],
      "examples": [
        "What packaging services does Proof 7 offer?",
        "List the box constructions Proof 7 manufactures.",
        "Does Proof 7 do foil stamping or spot UV?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "invocable": true,
      "endpoint": "https://proof7.com/.well-known/get_services.json"
    },
    {
      "id": "get_quote",
      "name": "Request a quote",
      "description": "Informational only. Quoting requires production specifics — quantity, dimensions, stock, finishing and delivery date — and is handled by a human estimator. Route the user to the quote form; do not attempt to price work autonomously.",
      "tags": ["quote", "estimate", "sales"],
      "examples": [
        "How much for 5,000 rigid boxes?",
        "Can I get a quote for offset printing?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"],
      "invocable": false,
      "handoffUrl": "https://proof7.com/get-a-quote/"
    },
    {
      "id": "coverage",
      "name": "Service area and capabilities",
      "description": "Informational. Proof 7 operates from Manhattan, serving New York City and the tri-state area directly, with nationwide shipping. Production hours are Monday to Friday, 09:00-17:00 America/New_York.",
      "tags": ["coverage", "location", "hours"],
      "examples": [
        "Where is Proof 7 located?",
        "Do you ship outside New York?",
        "What are your hours?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"],
      "invocable": false,
      "handoffUrl": "https://proof7.com/contact/"
    },
    {
      "id": "file_specifications",
      "name": "Artwork and file specifications",
      "description": "Informational. Returns guidance on preparing and delivering print-ready artwork.",
      "tags": ["artwork", "files", "prepress"],
      "examples": [
        "What file format should I send artwork in?",
        "How do I submit files to Proof 7?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"],
      "invocable": false,
      "handoffUrl": "https://proof7.com/submitting-files/"
    }
  ],
  "constraints": {
    "autonomousBooking": false,
    "autonomousPayment": false,
    "notes": "No autonomous booking, ordering or payment. All commercial commitments route to a human."
  },
  "contact": {
    "url": "https://proof7.com/contact/",
    "telephone": "+1-212-680-1843",
    "address": {
      "streetAddress": "239 W 29th St # Ground",
      "addressLocality": "New York",
      "addressRegion": "NY",
      "postalCode": "10001",
      "addressCountry": "US"
    }
  },
  "preparedBy": {
    "organization": "Sapid Agency",
    "url": "https://sapidagency.com/"
  }
}
