Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UV_PATH | No | Path to the uv executable. By default, the server will use the default install location of uv. | |
| MD_SHARE_DIR | No | Optional directory to restrict the directory from which files can be retrieved by the get-markdown-file tool. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| audio-to-markdown | Convert an audio file to markdown, including transcription if possible. Use 'url' for online audio files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint. |
| bing-search-to-markdown | Convert a Bing search results page to markdown |
| docx-to-markdown | Convert a DOCX file to markdown. Use 'url' for online DOCX files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint. |
| fetch | Fetch a specific Markdownify connector document by id. Use ids returned by the search tool. |
| get-markdown-file | Get a markdown file by absolute file path (file must exist on the server filesystem) |
| image-to-markdown | Convert an image to markdown, including metadata and description. Use 'url' for online image files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint. |
| pdf-to-markdown | Convert a PDF file to markdown. Use 'url' for online PDF files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint. |
| pptx-to-markdown | Convert a PPTX file to markdown. Use 'url' for online PPTX files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint. |
| search | Search Markdownify connector docs and previously shared guidance to learn how to use this server inside ChatGPT or via API. |
| upload-file-for-conversion | IMPORTANT: Use this tool when you need to convert a local file that doesn't exist on the server. This tool provides specific upload instructions and explains how to handle local files with remote servers. |
| webpage-to-markdown | Convert a webpage to markdown |
| xlsx-to-markdown | Convert an XLSX file to markdown. Use 'url' for online XLSX files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint. |
| youtube-to-markdown | Convert a YouTube video to markdown, including transcript if available |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |