Skip to main content
Glama

ListenHub MCP Server

by marswaveai

get_flowspeech_status

Check the current generation status and retrieve audio URLs, scripts, and metadata for a FlowSpeech episode by providing its episode ID.

Instructions

Query detailed information of a FlowSpeech episode, including generation status, audio URLs, scripts, outline, and metadata. Does not poll - returns current status immediately.

Input Schema

NameRequiredDescriptionDefault
episodeIdYesThe FlowSpeech episode ID

Input Schema (JSON Schema)

{ "properties": { "episodeId": { "description": "The FlowSpeech episode ID", "minLength": 1, "type": "string" } }, "required": [ "episodeId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marswaveai/listenhub-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server