Markdown Downloader

by dazeb
Verified

set_download_directory

Set the main local download folder for markdown files

Input Schema

NameRequiredDescriptionDefault
directoryYesFull path to the download directory

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Full path to the download directory", "type": "string" } }, "required": [ "directory" ], "type": "object" }