You're viewing a demo portfolio

Join the waitlist
PRSM

web_markdown_generate

Active

Tool of Social Fetch

declared in 0.19.0

Convert a web page URL into clean markdown.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "maxLength": 2083,
      "minLength": 1,
      "description": "Web page URL to fetch."
    },
    "query": {
      "type": "string",
      "maxLength": 500,
      "description": "Optional query string used by the bm25 filter to rank relevant content."
    },
    "filter": {
      "enum": [
        "fit",
        "raw",
        "bm25"
      ],
      "type": "string",
      "default": "fit",
      "description": "Content filter strategy for markdown extraction."
    },
    "cacheMode": {
      "enum": [
        "enabled",
        "bypass",
        "write_only"
      ],
      "type": "string",
      "default": "enabled",
      "description": "Cache behavior. Defaults to enabled."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Social Fetch

https://github.com/social-freak-ltd/socialfetch-mcp

1/7 registries
View full server →