download_from_url
Download a file from a specified URL using this tool, which retrieves and returns the file path for further audio analysis on the MCP server. Input only the URL to proceed.
Instructions
Downloads a file from a given URL and returns the path to the downloaded file. Be careful, you will never know the name of the song.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "download_from_urlArguments",
"type": "object"
}