Prysm MCP Server

by pinkpixel-dev
Verified

formatResult

Convert scraped data into structured formats like markdown, HTML, or JSON. Save outputs to a specified file or default directory, with optional image inclusion for flexible content formatting.

Instructions

Format scraped data into different structured formats (markdown, HTML, JSON)

Input Schema

NameRequiredDescriptionDefault
dataYesThe scraped data to format
formatYesThe format to convert the data to
includeImagesNoWhether to include images in the formatted output (default: true)
outputNoFile path to save the formatted result. If not provided, will use the default directory.

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The scraped data to format", "type": "object" }, "format": { "description": "The format to convert the data to", "enum": [ "markdown", "html", "json" ], "type": "string" }, "includeImages": { "description": "Whether to include images in the formatted output (default: true)", "type": "boolean" }, "output": { "description": "File path to save the formatted result. If not provided, will use the default directory.", "type": "string" } }, "required": [ "data", "format" ], "type": "object" }

You must be authenticated.

Other Tools from Prysm MCP Server

Related Tools

ID: i1xotvaxqx