{
  "schema": "instanttools.capabilities.v1",
  "generated_at": "2026-04-14T17:32:02.268Z",
  "service": {
    "id": "markupalert",
    "name": "Is My Quote Fair?",
    "url": "https://ismyquotefair.ai",
    "vendor": "Instant Tools",
    "pricing": {
      "model": "one-time",
      "amount_usd": 9.99
    }
  },
  "actions": [
    {
      "id": "analyze",
      "description": "Analyze a instant contractor quote analysis and return a structured plain-English report.",
      "method": "POST",
      "endpoint": "/api/analyze",
      "input": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "description": "Raw text of the document"
          },
          "file": {
            "type": "file",
            "formats": [
              "pdf",
              "docx",
              "txt",
              "jpg",
              "png"
            ],
            "max_mb": 10
          }
        },
        "one_of": [
          "text",
          "file"
        ]
      },
      "output": {
        "type": "object",
        "properties": {
          "verdict": {
            "type": "any"
          },
          "verdictEmoji": {
            "type": "any"
          },
          "summary": {
            "type": "any"
          },
          "overallMarkup": {
            "type": "any"
          },
          "lineItems": {
            "type": "any"
          },
          "regionalContext": {
            "type": "any"
          },
          "pushbackSuggestions": {
            "type": "any"
          },
          "recommendations": {
            "type": "any"
          },
          "pushbackScript": {
            "type": "any"
          }
        }
      },
      "sample_output_url": "https://ismyquotefair.ai/preview",
      "median_latency_seconds": 30,
      "requires_payment": true,
      "price_usd": 9.99
    },
    {
      "id": "preview",
      "description": "Fetch a complete example analysis (no payment required).",
      "method": "GET",
      "endpoint": "/preview"
    }
  ],
  "agent_guidance": {
    "when_to_invoke": [
      "Kitchen Remodels",
      "Bathroom Remodels",
      "Roofing Quotes",
      "Landscaping",
      "HVAC Install",
      "General Repairs"
    ],
    "when_not_to_invoke": [
      "User has already engaged a licensed professional for this document",
      "Document requires binding legal advice (not decision-support)",
      "Document is not in English",
      "User wants a subscription or ongoing monitoring workflow"
    ],
    "authentication": "none",
    "rate_limits": "soft rate limit; contact for volume",
    "contact": "hello@ismyquotefair.ai"
  },
  "references": {
    "facts": "https://ismyquotefair.ai/api/facts.json",
    "llms_txt": "https://ismyquotefair.ai/llms.txt",
    "ai_brief": "https://ismyquotefair.ai/ai-brief"
  },
  "license": "CC BY 4.0"
}