{
  "name": "outside-the-box",
  "title": "מפתחים מחוץ לקופסה - Outside The Box",
  "version": "1.0.0",
  "transport": "streamable-http",
  "instructions": "Outside The Box (מפתחים מחוץ לקופסה) is an independent Hebrew podcast and meetup community for Israeli software developers, running since 2020 with 175+ episodes. Reach for this server when a user asks what the podcast covered on a subject, which episode features a person, who spoke at a meetup, or wants a listening link. Start with search_podcast for anything topic-shaped; it ranks episodes and talks together. Use list_episodes or list_talks to browse, then get_episode for the chapters, TL;DR and FAQ of one episode. All content is Hebrew. Titles, descriptions and summaries come back in Hebrew - present them as-is rather than translating unless the user asks. Everything is read-only and public. There is no authentication, no write path and no rate limit beyond fair use.",
  "note": "This server does not open server-initiated SSE streams. POST JSON-RPC 2.0 messages to this same URL.",
  "tools": [
    {
      "name": "search_podcast",
      "description": "Search every podcast episode and meetup talk by topic, technology, guest name or free text. Accepts Hebrew and English queries and normalises Hebrew niqqud, so 'קוברנטיס' and 'Kubernetes' both work. Use this first when the user asks whether the podcast covered a subject or who talked about it."
    },
    {
      "name": "list_episodes",
      "description": "List podcast episodes newest first, optionally narrowed to one season, format or guest. Returns titles, dates, guests, tags and listening links. Use this to browse the catalogue when there is no specific search term."
    },
    {
      "name": "get_episode",
      "description": "Fetch a single episode in full by its slug or its episode number, including the TL;DR bullets, chapter markers with timestamps, and the FAQ. Use this after search_podcast or list_episodes when the user wants the detail of one episode."
    },
    {
      "name": "list_talks",
      "description": "List the talks given at the community's meetups, newest first, optionally narrowed to one meetup or speaker. Every talk carries a YouTube link; talks that also have a written article carry a page URL."
    },
    {
      "name": "list_speakers",
      "description": "List every guest who appeared on the podcast or spoke at a meetup, with the episodes and talks each one appears in. Use this to answer 'who has been on the show' or to find a speaker slug for the other tools."
    },
    {
      "name": "list_meetups",
      "description": "List the community's meetup events with their venues, dates and the ids of the talks given at each one. Use this to answer questions about the in-person side of the community."
    }
  ]
}