הפודקאסט של מיכאל
פודקאסט על AI, למידת מכונה, בינה מלאכותית, תכנות וטכנולוגיה
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Episodes: Search Tesla Weekly episodes by topic, person, company, or keyword. Returns ranked results with title, date, URL, and a snippet from the transcript. Use when a listener asks 'which ep
- Get Episode: Fetch a single episode by its numeric ID. Returns title, date, description, audio URL, transcript URL, and full transcript text. Use when a listener references an episode number, or after
- Get Latest Episode: Return the most recently published episode with metadata, audio URL, and transcript URL. Use when a listener asks 'what's the new episode' or 'what just dropped'. Optionally pass `
What data it sees
Do you need an account
No: the server works without sign-in
פודקאסט על AI, למידת מכונה, בינה מלאכותית, תכנות וטכנולוגיה
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_episodes | Search Tesla Weekly episodes by topic, person, company, or keyword. Returns ranked results with title, date, URL, and a snippet from the transcript. Use when a listener asks 'which episode covers <X>' or 'find the one about <Y>'. |
| get_episode | Fetch a single episode by its numeric ID. Returns title, date, description, audio URL, transcript URL, and full transcript text. Use when a listener references an episode number, or after a search picked one out. |
| get_latest_episode | Return the most recently published episode with metadata, audio URL, and transcript URL. Use when a listener asks 'what's the new episode' or 'what just dropped'. Optionally pass `since` (ISO date YYYY-MM-DD) to only return episodes published after that date — lets agents skip episodes the listener has already heard. |