Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

convert_audio_format

Convert audio files to desired formats (e.g., mp3, wav, aac) by specifying input and output paths for seamless compatibility and processing.

Instructions

Converts an audio file to the specified target format. Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the converted audio file. target_format: Desired output audio format (e.g., 'mp3', 'wav', 'aac'). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
input_audio_pathYes
output_audio_pathYes
target_formatYes

Input Schema (JSON Schema)

{ "properties": { "input_audio_path": { "title": "Input Audio Path", "type": "string" }, "output_audio_path": { "title": "Output Audio Path", "type": "string" }, "target_format": { "title": "Target Format", "type": "string" } }, "required": [ "input_audio_path", "output_audio_path", "target_format" ], "title": "convert_audio_formatArguments", "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/misbahsy/video-audio-mcp'

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