Skip to main content
Glama

Markdown Downloader

download_markdown

Convert webpages to markdown files with r.jina.ai by entering the URL. Optionally specify a subdirectory for organized storage in the Markdown Downloader MCP server.

Instructions

Download a webpage as markdown using r.jina.ai

Input Schema

NameRequiredDescriptionDefault
subdirectoryNoOptional subdirectory to save the file in
urlYesURL of the webpage to download

Input Schema (JSON Schema)

{ "properties": { "subdirectory": { "description": "Optional subdirectory to save the file in", "type": "string" }, "url": { "description": "URL of the webpage to download", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from Markdown Downloader

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/dazeb/markdown-downloader'

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