Skip to main content
Glama
ellmos-ai

ellmos-filecommander-mcp

Markdown to HTML

fc_md_to_html
Idempotent

Convert Markdown files to standalone, styled HTML documents. Specify input and output paths; optionally set a document title. The generated HTML can be printed as PDF via a browser.

Instructions

Converts Markdown to formatted HTML (printable as PDF).

Args:

  • input_path (string): Path to Markdown file

  • output_path (string): Path to HTML output

  • title (string, optional): Document title

Generates standalone HTML with CSS styling, printable as PDF via browser.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYesMarkdown file
output_pathYesHTML output
titleNoDocument title
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=true, openWorldHint=false. The description adds that it generates standalone HTML with CSS styling and is printable as PDF, which complements annotations but does not contradict them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise with a clear docstring format. One unnecessary sentence about PDF printing could be integrated, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity and full schema coverage, the description provides adequate purpose and behavior. No output schema, but return value is implied as file output. Could mention input validation or error conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description briefly explains each parameter in the docstring, but adds little beyond what the schema already provides (e.g., 'Markdown file', 'HTML output').

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it converts Markdown to formatted HTML with PDF-printability. Differentiates from sibling fc_md_to_pdf by mentioning HTML output with CSS styling that can be printed as PDF.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While there is no explicit when-not or alternatives, the description implies use when HTML output is needed. Sibling fc_md_to_pdf suggests an alternative for direct PDF conversion, but this is not explicitly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/ellmos-ai/ellmos-filecommander-mcp'

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