latest_episodes
ActiveTool of Fyyd
declared in 0.1.0
Latest episodes for a podcast.
Parameters schema
{
"type": "object",
"examples": [
{
"podcast_id": 12345
},
{
"page": 1,
"count": 5,
"podcast_id": 67890
}
],
"required": [
"podcast_id"
],
"properties": {
"page": {
"type": "number"
},
"count": {
"type": "number"
},
"podcast_id": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fyyd
https://github.com/pipeworx-io/mcp-fyyd
1/7 registries