ScrapeGraph MCP Server

Official

markdownify

Convert a webpage into clean, formatted markdown. Args: website_url: URL of the webpage to convert Returns: Dictionary containing the markdown result

Input Schema

NameRequiredDescriptionDefault
website_urlYes

Input Schema (JSON Schema)

{ "properties": { "website_url": { "title": "Website Url", "type": "string" } }, "required": [ "website_url" ], "title": "markdownifyArguments", "type": "object" }

You must be authenticated.

Other Tools