pitchiq_v1_discover_search_podcasts
ActiveTool of io.github.astafford8488/pitchiq-mcp
Search PitchIQ's podcast directory (ListenNotes-indexed). Returns matching shows with title, host, listener tier (small/mid/large), category, and cover image. Useful for finding podcasts an agent should pitch the user onto.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1
},
"query": {
"type": "string",
"description": "Free-text search term (matches title + description)."
},
"category": {
"type": "string",
"description": "Filter by category (free-text; varies by source)."
},
"listener_tier": {
"enum": [
"small",
"mid",
"large"
],
"type": "string",
"description": "Filter by audience size bucket. PitchIQ tiers shows as small / mid / large."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.astafford8488/pitchiq-mcp
https://github.com/astafford8488/PitchIQ
1/7 registries