Skip to main content
Glama

ReviewWebsite MCP Server

convert_to_markdown

Convert URLs to Markdown format using AI via the ReviewWebsite API. Input the URL, choose an AI model, and optionally set delays or enable debug mode for streamlined content transformation.

Instructions

Convert a URL to Markdown using AI via ReviewWebsite API.

Input Schema

NameRequiredDescriptionDefault
api_keyNoYour ReviewWebsite API key
debugNoEnable debug mode for detailed logging
delayAfterLoadNoOptional delay after page load in milliseconds
modelNoAI model to use for conversion
urlYesThe URL to convert to Markdown

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "api_key": { "description": "Your ReviewWebsite API key", "type": "string" }, "debug": { "description": "Enable debug mode for detailed logging", "type": "boolean" }, "delayAfterLoad": { "description": "Optional delay after page load in milliseconds", "type": "number" }, "model": { "description": "AI model to use for conversion", "type": "string" }, "url": { "description": "The URL to convert to Markdown", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from ReviewWebsite MCP Server

Related Tools

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/mrgoonie/reviewwebsite-mcp-server'

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