@clipform/mcp-server 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18338,7 +18338,7 @@ var CaptionSchema2 = external_exports.object({
|
|
|
18338
18338
|
});
|
|
18339
18339
|
var TtsItemSchema = external_exports.object({
|
|
18340
18340
|
text: external_exports.string().min(1).max(5e3).describe("Narration text"),
|
|
18341
|
-
voice: external_exports.enum(["ryan", "sonia", "andrew", "ava", "guy"]).optional().default("ryan").describe("Voice: ryan (British male, clear/articulate), sonia (British female, warm/bright), andrew (American male, smooth/neutral), ava (American female, vibrant/friendly), guy (American male, deep/authoritative). Pick
|
|
18341
|
+
voice: external_exports.enum(["ryan", "sonia", "andrew", "ava", "guy"]).optional().default("ryan").describe("Voice: ryan (British male, clear/articulate), sonia (British female, warm/bright), andrew (American male, smooth/neutral), ava (American female, vibrant/friendly), guy (American male, deep/authoritative). Pick ONE voice for the whole form based on its topic and audience, then reuse that same voice on every item and every call - never mix voices within a form unless the user explicitly asks for more than one."),
|
|
18342
18342
|
tone: external_exports.string().max(500).optional().describe("Style instructions for how the voice should sound. E.g. 'Speak like an energetic quiz show host, playful and teasing' or 'Warm and conversational, like chatting with a friend'. Infer from context if not specified by the user.")
|
|
18343
18343
|
});
|
|
18344
18344
|
function registerGenerateTtsTool(server) {
|
|
@@ -18348,7 +18348,7 @@ function registerGenerateTtsTool(server) {
|
|
|
18348
18348
|
title: "Generate Text-to-Speech",
|
|
18349
18349
|
description: `Generate narration audio from text with word-level captions. Use this for quiz question narration, survey introductions, form instructions, or any node that benefits from a human voice. Proactively suggest narration for quizzes and content-rich forms - it significantly improves engagement.
|
|
18350
18350
|
|
|
18351
|
-
Available voices: ryan (British male, clear), sonia (British female, warm), andrew (American male, smooth), ava (American female, vibrant), guy (American male, deep). Pick
|
|
18351
|
+
Available voices: ryan (British male, clear), sonia (British female, warm), andrew (American male, smooth), ava (American female, vibrant), guy (American male, deep). Pick ONE voice that fits the topic - e.g. a London quiz gets ryan or sonia, a US sports quiz gets andrew or guy - and reuse that SAME voice for every item and every call across the whole form. Never mix voices within one form unless the user explicitly asks for multiple voices.
|
|
18352
18352
|
|
|
18353
18353
|
Use the tone parameter to direct HOW the voice speaks. Always set a tone that matches the form's mood - e.g. quizzes: "Energetic and playful, like a quiz show host teasing the audience", surveys: "Professional but warm, encouraging honest answers", personality quizzes: "Curious and reflective". This dramatically improves the narration quality.
|
|
18354
18354
|
|
|
@@ -19919,4 +19919,4 @@ export {
|
|
|
19919
19919
|
RENDER_TIMING,
|
|
19920
19920
|
createServer
|
|
19921
19921
|
};
|
|
19922
|
-
//# sourceMappingURL=chunk-
|
|
19922
|
+
//# sourceMappingURL=chunk-MU3YSUGG.js.map
|