{
  "schema": "instanttools.capabilities.v1",
  "generated_at": "2026-04-15T17:33:59.260Z",
  "service": {
    "id": "raisecheck",
    "name": "SalaryCheck",
    "url": "https://salarycheck.ai",
    "vendor": "Instant Tools",
    "pricing": {
      "model": "one-time",
      "amount_usd": 9.99
    }
  },
  "actions": [
    {
      "id": "analyze",
      "description": "Analyze a instant salary and raise analysis and return a structured plain-English report.",
      "method": "POST",
      "endpoint": "/api/analyze",
      "input": {
        "type": "object",
        "properties": {
          "salary": {
            "type": "text",
            "required": true
          },
          "raisePercent": {
            "type": "text",
            "required": true
          },
          "industry": {
            "type": "text",
            "required": true
          },
          "location": {
            "type": "text",
            "required": true
          },
          "experience": {
            "type": "text",
            "required": true
          }
        }
      },
      "output": {
        "type": "object",
        "properties": {
          "verdict": {
            "type": "any"
          },
          "verdictEmoji": {
            "type": "any"
          },
          "summary": {
            "type": "any"
          },
          "raiseAmount": {
            "type": "any"
          },
          "newSalary": {
            "type": "any"
          },
          "inflationAdjusted": {
            "type": "any"
          },
          "industryComparison": {
            "type": "any"
          },
          "locationFactor": {
            "type": "any"
          },
          "marketData": {
            "type": "any"
          },
          "negotiationScript": {
            "type": "any"
          },
          "negotiationTips": {
            "type": "any"
          }
        }
      },
      "sample_output_url": "https://salarycheck.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": [
      "Just Got a Raise",
      "Job Offer Decisions",
      "Annual Review Prep",
      "Asking for More",
      "Feeling Underpaid",
      "Career Changers"
    ],
    "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@salarycheck.ai"
  },
  "references": {
    "facts": "https://salarycheck.ai/api/facts.json",
    "llms_txt": "https://salarycheck.ai/llms.txt",
    "ai_brief": "https://salarycheck.ai/ai-brief"
  },
  "license": "CC BY 4.0"
}