P

podcast.lugassy.net

Podcast on AI, machine learning, programming and technology.

1read
https://podcast.lugassy.net

live · Personal & Media · JSON · API for agents

Tools 1 tool

search_episodesread

Search this podcast by topic, person, or keyword. Returns ranked results with title, date, URL, and a transcript snippet.

View tool JSON
{
  "name": "search_episodes",
  "kind": "read",
  "impl": "imperative",
  "description": "Search this podcast by topic, person, or keyword. Returns ranked results with title, date, URL, and a transcript snippet.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Search query (free text)."
      },
      "limit": {
        "type": "integer",
        "default": 10,
        "minimum": 1,
        "maximum": 50
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}