live · Personal & Media · JSON · API for agents
Search this podcast by topic, person, or keyword. Returns ranked results with title, date, URL, and a transcript snippet.
{
"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": "/"
}