{
  "protocolVersion": "0.3.0",
  "name": "OATS estimator",
  "version": "0.1.0",
  "description": "Indicative AI-project cost estimates. Describe a project and get a price range; a deterministic engine sets the numbers, never the language model.",
  "url": "https://oats.lv/tame/api/estimate",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://oats.lv/tame/api/estimate",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://oats.lv/tame/mcp",
      "transport": "MCP"
    }
  ],
  "provider": {
    "organization": "OATS",
    "url": "https://oats.lv"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_project_estimate",
      "name": "Get a project cost estimate",
      "description": "Turn a natural-language project description into an indicative price range and estimate id.",
      "tags": [
        "estimate",
        "pricing",
        "cost"
      ],
      "examples": [
        "A booking website for a salon with online scheduling and payments"
      ]
    },
    {
      "id": "get_config",
      "name": "Get estimator configuration",
      "description": "Input limits, example project prompts, and the contact email.",
      "tags": [
        "config"
      ]
    }
  ],
  "documentationUrl": "https://oats.lv/tame/api/docs"
}
