Skip to main content
Glama

Prysm MCP Server

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

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/pinkpixel-dev/prysm-mcp-server'

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