Unmarkdown MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNMARKDOWN_API_KEY | Yes | Your Unmarkdown API key (starts with um_). Get one from Settings > API in your Unmarkdown account. | |
| UNMARKDOWN_API_URL | No | Custom API base URL | https://api.unmarkdown.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_markdownA | Convert markdown to destination-specific HTML and plain text. Returns JSON with 'html' and 'plain_text' fields. For Slack, present the plain_text to the user. For Google Docs/Word/OneNote, direct users to unmarkdown.com to use the copy button (raw HTML cannot be pasted into these apps). Does not render Chart.js, Mermaid, Graphviz, or KaTeX; use publish_document for documents with diagrams or math. |
| create_documentB | Create a new markdown document in Unmarkdown |
| list_documentsA | List your saved documents with pagination. Optionally filter by folder name or ID. |
| get_documentA | Get a document by ID, including its full markdown content |
| update_documentC | Update a document's content or metadata |
| publish_documentA | Publish a document to a shareable web page. Default visibility is 'link' (unlisted). Published pages render all content including Chart.js charts, Mermaid diagrams, Graphviz graphs, and KaTeX math. Email-based sharing is not available here; direct users to unmarkdown.com for that. |
| get_usageA | Check your API usage quota for the current billing month |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct operation: conversion, document CRUD (except delete), publishing, and usage. No overlap in purposes.
All tools follow a consistent verb_noun pattern (e.g., convert_markdown, create_document, get_usage). No mixing of styles.
7 tools is well-scoped for a document management and conversion service, covering essential operations without excess or deficiency.
Covers create, read, update, list, conversion, and publishing, but lacks a delete_document tool, which is a notable gap in basic CRUD operations.