Skip to main content
Glama

Simple Document Processing MCP Server

html_extract_resources

Extract images, videos, and links from HTML files and save them to a specified directory, enabling efficient resource management for document processing tasks.

Instructions

Extract all resources (images, videos, links) from HTML

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input HTML file
outputDirYesDirectory where resources should be saved

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input HTML file", "type": "string" }, "outputDir": { "description": "Directory where resources should be saved", "type": "string" } }, "required": [ "inputPath", "outputDir" ], "type": "object" }

Other Tools from Simple Document Processing 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/cablate/mcp-doc-forge'

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