top_podcasts
ActiveTool of Fyyd
declared in 0.1.0
Return the most popular podcasts on fyyd, optionally filtered by category slug and language code, with up to 30 results per call.
Parameters schema
{
"type": "object",
"examples": [
{
"category": "news"
},
{
"lang": "en",
"count": 25,
"category": "technology"
}
],
"properties": {
"lang": {
"type": "string"
},
"count": {
"type": "number"
},
"category": {
"type": "string",
"description": "Category slug from `categories`"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fyyd
https://github.com/pipeworx-io/mcp-fyyd
1/7 registries