← All WebMCP sites

outside-the-box.dev

Media & Personalhttps://outside-the-box.dev/listed as of 2026-08-22
Hebrew-language developer podcast and meetup community — episodes, meetup talks, and speaker profiles.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 48/100 (D).

Tools

dotb_search_cataloganswerimperative
Search every מפתחים מחוץ לקופסה podcast episode and meetup talk by topic, technology, guest name or free text. Hebrew and English queries both work. Returns titles, dates, guests, tags and listening links.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Topic, technology, guest name or phrase."
    },
    "type": {
      "type": "string",
      "enum": [
        "episode",
        "talk"
      ],
      "description": "Restrict to one kind of content."
    }
  },
  "required": [
    "query"
  ]
}
dotb_list_episodesanswerimperative
List podcast episodes newest first, optionally narrowed to one season, format or guest slug.
Input schema
{
  "type": "object",
  "properties": {
    "season": {
      "type": "number",
      "description": "Season number."
    },
    "format": {
      "type": "string",
      "enum": [
        "audio",
        "video",
        "bonus"
      ],
      "description": "Episode format."
    },
    "speaker": {
      "type": "string",
      "description": "Guest slug, e.g. 'gil-tayar'."
    }
  }
}
dotb_list_talksanswerimperative
List the talks given at the community's meetups, newest first, optionally narrowed to one meetup or speaker slug. Every talk carries a YouTube link.
Input schema
{
  "type": "object",
  "properties": {
    "meetup": {
      "type": "string",
      "description": "Meetup slug, e.g. 'meetup-04'."
    },
    "speaker": {
      "type": "string",
      "description": "Speaker slug."
    }
  }
}
dotb_get_speakeranswerimperative
Get one guest or meetup speaker by slug, with the episodes and talks they appear in. Use dotb_search_catalog first to find the slug.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Speaker slug, e.g. 'gil-tayar'."
    }
  },
  "required": [
    "slug"
  ]
}
Listings are sourced from public community registries and shown as reported.