Leafmelt
Server Details
PDF, Word, Excel, CSV, HTML and XML to clean Markdown for LLMs and RAG, with token counts.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one performs document-to-Markdown conversion, while the other lists supported formats. There is no overlap or ambiguity in selecting between them.
Both names use snake_case consistently and are readable. However, convert_to_markdown follows an imperative verb pattern, while supported_formats is a noun phrase, which is a minor deviation from a consistent verb_noun convention.
Two tools are slightly below the typical 3–15 range, but each earns its place for a narrow document-conversion server. The main conversion tool is robust, and the format-listing tool is a useful helper.
The surface fully covers the stated domain: converting many document formats to Markdown and discovering supported formats. OCR and image handling are explicitly excluded, so no obvious operational gaps remain for a synchronous converter.
Available Tools
2 toolsconvert_to_markdownConvert documents to MarkdownARead-onlyIdempotentInspect
Convert 1-5 documents (PDF, Word .docx, Excel .xlsx/.xls, OpenDocument, Apple Numbers, CSV, HTML, XML) to clean Markdown for reading or RAG. Pass public URLs in urls, or files as [{name, base64}]. Returns markdown, format, characters, approxTokens and truncated per document. Not for images or scanned PDFs (no OCR).
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Public http(s) document URLs | |
| files | No | ||
| maxChars | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, openWorld and non-destructive, so safety is covered. The description adds meaningful behavior beyond that: the 1-5 document cap, per-document return fields (markdown, format, characters, approxTokens, truncated), and the OCR limitation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three dense sentences, front-loaded with purpose, then input modes, then return shape and limitations. Nothing is wasted, though the format enumeration makes it slightly heavy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and low schema coverage, the description carries the burden well: it names the return fields, the input modes, the batch cap and the OCR exclusion. Only maxChars/truncation control is left implicit.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 33%, but the description compensates by explaining the urls vs files:[{name, base64}] shapes and the batch limit. It does not mention maxChars at all, so roughly a third of the parameter surface remains undocumented outside the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb (convert) and resource (documents) and enumerates the exact accepted input formats plus the batch limit of 1-5. An agent immediately knows this is document-to-Markdown conversion, not a format lookup like the sibling supported_formats.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives positive context ('for reading or RAG') and an explicit exclusion ('Not for images or scanned PDFs (no OCR)'). It also explains the two input modes (public URLs vs base64 files), though it does not explicitly route to or contrast with the sibling tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
supported_formatsSupported formatsARead-onlyIdempotentInspect
List the document formats Leafmelt converts, with file extensions and MIME types.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the full safety profile (readOnly, idempotent, non-destructive, openWorld), so the description's burden is lower. It adds value by disclosing the shape of the payload (formats with extensions and MIME types) in the absence of an output schema, but says nothing about caching, scoping, or whether the list is stable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with zero filler. The verb and resource come first, and the return contents are appended as a compact qualifier.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description must carry the return-value burden, and it does describe the three fields returned. For a zero-parameter static listing tool this is close to complete; only the absence of any note about freshness or relationship to convert_to_markdown is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes no parameters, so per the rubric the baseline is 4. The description correctly implies there is nothing to pass because the result is a static enumeration of supported formats.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource ("List the document formats Leafmelt converts") and adds what each entry contains (extensions, MIME types). It is plainly distinguishable from the only sibling convert_to_markdown, though it never names or contrasts with that sibling explicitly, which keeps it short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use statement, no exclusions, and no mention of the alternative convert_to_markdown. Usage is only implied: an agent can infer this is the discovery call to make before attempting a conversion, which matches the 'implied usage' bar of 3.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
convert_to_markdown - First observed
supported_formats
Related MCP Connectors
PDF, Word, PowerPoint, Excel, HTML, EPUB to Markdown: OCR, page ranges, tables, RAG chunking
Convert PDF, DOCX, HTML, and URLs to clean, LLM-ready markdown with tables preserved
Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.
Convert documents and web pages to clean Markdown: PDF, DOCX, XLSX, EPUB, scanned files, any URL.
Related MCP Servers
- AlicenseAqualityDmaintenanceConverts PDF, DOCX, PPTX, XLSX, CSV, and JSON into clean, compact, AI-ready Markdown, reducing tokens up to 65%.133 npmMIT
- FlicenseNot gradedqualityBmaintenanceConvert PDFs, Word documents, Excel/CSV files, and YouTube videos into clean, structured Markdown for AI agents, LLMs, and knowledge tools.-
- AlicenseNot gradedqualityAmaintenanceConverts documents (PDF, DOCX, XLSX, EPUB, etc.) to clean, structured Markdown, and retrieves document info, for use with AI agents.MIT
- AlicenseNot gradedqualityCmaintenanceConverts PDFs, Office files, spreadsheets, emails, audio, and more to Markdown locally, enabling AI assistants to read and process them without cloud upload.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.