Skip to main content
Glama
Alex5025

Document Converter MCP Server

by Alex5025

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_markdown_to_wordB

將 Markdown 文件轉換為 Word (.docx) 文件

convert_word_to_markdownB

將 Word (.docx) 文件轉換為 Markdown 文件

check_pandoc_installationA

檢查 pandoc 是否已安裝並顯示版本信息

list_supported_formatsA

列出 pandoc 支援的所有格式

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: two conversion tools reverse directions, and the two utility tools check installation and list formats. No ambiguity exists between any pair.

Naming Consistency5/5

All tool names use lowercase snake_case with a consistent pattern: convert_markdown_to_word and convert_word_to_markdown follow verb_noun structure, while check_pandoc_installation and list_supported_formats are clear imperative verbs. The naming is uniform and predictable.

Tool Count5/5

Four tools is well-scoped for a document converter server, covering both directions of conversion plus necessary utilities. The count is within the ideal 3-15 range and each tool earns its place.

Completeness4/5

The core conversion lifecycle (Markdown <-> Word) is fully covered, and the utility tools support setup and exploration. A minor gap is the lack of a generic conversion tool for other pandoc formats, but the server's explicit focus on Markdown and Word makes this acceptable.

Maintenance

ActivityInactive
ResponsivenessNo issues