Skip to main content
Glama

MCP Server for Crawl4AI

by omgwtfwow

get_markdown

Extract web content as markdown with filtering options including full content, optimized formatting, keyword search, or AI-powered extraction for specific information.

Instructions

[STATELESS] Extract content as markdown with filtering options. Supports: raw (full content), fit (optimized, default), bm25 (keyword search), llm (AI-powered extraction). Use bm25/llm with query for specific content. Creates new browser each time. For persistence use create_session + crawl.

Input Schema

NameRequiredDescriptionDefault
cacheNoCache-bust parameter (use different values to force fresh extraction)0
filterNoFilter type: raw (full), fit (optimized), bm25 (search), llm (AI extraction)fit
queryNoQuery string for bm25/llm filters. Required when using bm25 or llm filter.
urlYesThe URL to extract markdown from

Input Schema (JSON Schema)

{ "properties": { "cache": { "default": "0", "description": "Cache-bust parameter (use different values to force fresh extraction)", "type": "string" }, "filter": { "default": "fit", "description": "Filter type: raw (full), fit (optimized), bm25 (search), llm (AI extraction)", "enum": [ "raw", "fit", "bm25", "llm" ], "type": "string" }, "query": { "description": "Query string for bm25/llm filters. Required when using bm25 or llm filter.", "type": "string" }, "url": { "description": "The URL to extract markdown from", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/omgwtfwow/mcp-crawl4ai-ts'

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