{
  "name": "Tel Aviv Stocks",
  "description": "Hebrew-first dashboard consolidating Shlomi Ardan's annual stock reviews of every Tel Aviv Stock Exchange (TASE) listed company. Read-only public data, no authentication required.",
  "url": "https://telavivstocks.com",
  "version": "1.8.0",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Tel Aviv Stocks",
    "url": "https://telavivstocks.com"
  },
  "documentationUrl": "https://telavivstocks.com/llms.txt",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "ask-shlomi",
      "name": "Ask Shlomi",
      "description": "Answer a natural-language question about Tel Aviv Stock Exchange companies from Shlomi Ardan's review corpus. Retrieval-grounded: the answer cites the reviews it came from and declines when the corpus does not cover the question. Hebrew in, Hebrew out. POST JSON {\"question\": \"...\"} to https://telavivstocks.com/ask — rate limited to 10 requests per IP per hour.",
      "tags": [
        "stocks",
        "tase",
        "israel",
        "research",
        "hebrew",
        "rag"
      ],
      "examples": [
        "אילו מניות דורגו מעניינות בשנת 2026?",
        "מה שלומי ארדן חושב על טבע?",
        "אילו חברות נדל\"ן עברו את הפילטרים?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}