Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UV_PATHNoPath to the uv executable. By default, the server will use the default install location of uv.
MD_SHARE_DIRNoOptional 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/anis-marrouchi/markdownify-mcp-http-server'

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