Markdownify MCP Server
by zcaceres
webpage-to-markdown
Convert a webpage to markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the webpage to convert |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL of the webpage to convert",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}