Skip to main content
Glama
SunZhi-Will

Website to Markdown MCP Server

by SunZhi-Will

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEBSITES_CONFIGNoEmbedded JSON string containing website configurations (backward compatible option)
WEBSITES_CONFIG_PATHNoPath to an external configuration file containing website definitions in JSON format

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_websiteC

Fetch specified website and convert to markdown format

list_configured_websitesB

List all configured websites

fetch_example_siteB

Fetch example-site (https://example.com) and convert to markdown format

fetch_test_siteB

Fetch test-site (https://test.com) and convert to markdown format

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 4 tools

Disambiguation2/5

There is significant overlap and ambiguity among the fetch tools. fetch_example_site and fetch_test_site are essentially special cases of fetch_website, making it unclear when to use which. An agent might struggle to choose between them, as the descriptions don't clarify distinct use cases beyond different hardcoded URLs.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern throughout (fetch_example_site, fetch_test_site, fetch_website, list_configured_websites). All use snake_case and start with descriptive verbs, making the naming predictable and easy to understand.

Tool Count3/5

With 4 tools, the count is borderline for the server's purpose of converting websites to markdown. It feels slightly thin, as there could be more operations like updating configurations or handling errors, but it covers basic fetching and listing. It's not extreme, but could be more robust.

Completeness2/5

There are significant gaps in the tool surface. The server lacks tools for configuring or managing websites beyond listing them (e.g., add_website, remove_website, update_configuration). This incompleteness will likely cause agent failures when trying to perform full lifecycle operations, as the current set is limited to fetching and listing only.

Maintenance

ActivityInactive
ResponsivenessNo issues