mmnt-mcp-server

by zbkm
Verified

mmnt_cache

Retrieve cached web pages from Mamont search engine, extract specific content using unique cache IDs, and filter results to text-only format if needed.

Instructions

Extract page from Mamont cache

Input Schema

NameRequiredDescriptionDefault
idYesunique cache id
onlyTextYesShould the result be text only (no html)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "unique cache id", "type": "string" }, "onlyText": { "description": "Should the result be text only (no html)", "type": "boolean" } }, "required": [ "id", "onlyText" ], "type": "object" }

You must be authenticated.

Other Tools from mmnt-mcp-server

Related Tools

ID: b2h1i6tuie