Skip to main content
Glama

ListenHub MCP Server

by marswaveai

create_flowspeech

Convert text or URL content to speech for podcast episodes using AI-enhanced processing or direct conversion modes with customizable speaker voices.

Instructions

Create a FlowSpeech episode by converting text or URL content to speech. Supports smart mode (AI-enhanced, fixes grammar) and direct mode (no modifications). This tool will automatically poll until generation is complete.

Input Schema

NameRequiredDescriptionDefault
sourceTypeYesSource type: text or url
sourceContentYesSource content (text or URL)
speakerIdYesSpeaker name or ID. Use speaker name from get_speakers tool output (the "name" field, not speakerId). Full speaker ID also supported.
languageNoLanguage code (e.g., "zh" for Chinese, "en" for English). Default: zh
modeNoGeneration mode: "smart" (AI-enhanced, fixes grammar) or "direct" (no modifications)smart

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Language code (e.g., \"zh\" for Chinese, \"en\" for English). Default: zh", "type": "string" }, "mode": { "default": "smart", "description": "Generation mode: \"smart\" (AI-enhanced, fixes grammar) or \"direct\" (no modifications)", "enum": [ "smart", "direct" ], "type": "string" }, "sourceContent": { "description": "Source content (text or URL)", "minLength": 1, "type": "string" }, "sourceType": { "description": "Source type: text or url", "enum": [ "text", "url" ], "type": "string" }, "speakerId": { "description": "Speaker name or ID. Use speaker name from get_speakers tool output (the \"name\" field, not speakerId). Full speaker ID also supported.", "minLength": 1, "type": "string" } }, "required": [ "sourceType", "sourceContent", "speakerId" ], "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