Skip to main content
Glama

mcp-audio-analysis

load

Extracts audio time series from a file by specifying file path, offset, and optional duration. Supports local audio analysis without revealing song information.

Instructions

Loads an audio file and returns the path to the audio time series Offset and duration are optional, in seconds. Be careful, you will never know the name of the song.

Input Schema

NameRequiredDescriptionDefault
durationNo
file_pathYes
offsetNo

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": null, "title": "Duration", "type": "number" }, "file_path": { "title": "File Path", "type": "string" }, "offset": { "default": 0, "title": "Offset", "type": "number" } }, "required": [ "file_path" ], "title": "loadArguments", "type": "object" }

Other Tools from mcp-audio-analysis

Related Tools

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/hugohow/mcp-music-analysis'

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