Skip to main content
Glama
bidouilles

cloudflare-crawl-mcp

by bidouilles

crawl_url

Crawl multiple web pages from a starting URL and retrieve all content as clean Markdown. Ideal for capturing entire documentation sections or blog archives in one request.

Instructions

Crawl multiple pages starting from a URL and return all content as Markdown.

Best for: Fetching entire documentation sections, blog archives, or multiple related pages at once.

Not recommended for: Single pages (use scrape_url — it's faster). Large sites without filters (responses can be very large and exceed token limits).

Tip: Use include_patterns to scope the crawl (e.g. "https://example.com/docs/**").

Args: url: The starting URL to crawl. limit: Maximum number of pages to crawl (default: 10, max: 100000). depth: Maximum link depth from the starting URL (default: 1). include_subdomains: If true, follows links to subdomains. include_external_links: If true, follows links to external domains. include_patterns: Only visit URLs matching these wildcard patterns. exclude_patterns: Skip URLs matching these wildcard patterns. render: If true (default), renders JavaScript. Set false for faster static fetch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
depthNo
limitNo
renderNo
exclude_patternsNo
include_patternsNo
include_subdomainsNo
include_external_linksNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and does so thoroughly. It explains default behavior (render JavaScript, depth 1, limit 10), optional behaviors (include_subdomains, include_external_links, patterns), and warns about large responses exceeding token limits. It also states the output format (Markdown) and the trade-off of disabling render.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded: it states the core function first, then best-use cases, exclusions, a practical tip, and a clear Args list. Every sentence serves a purpose; length is justified by the tool's complexity and the absence of schema-level descriptions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complex 8-parameter tool, no annotations, and an output schema, the description still manages to cover all needed context: purpose, use cases, exclusions, parameter semantics, default behaviors, and a warning about potential token limits. It is complete enough for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must compensate—and it does. The 'Args' section explains every parameter's meaning, defaults, and constraints (e.g., 'limit: Maximum number of pages to crawl (default: 10, max: 100000)'). This adds significant semantic value beyond the bare schema types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Crawl multiple pages starting from a URL and return all content as Markdown.' It uses a specific verb ('crawl'), names the resource ('a URL'), and explicitly differentiates from siblings by noting 'Single pages (use scrape_url — it's faster)'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: 'Best for' fetching entire documentation sections, blog archives, or multiple related pages. It also gives clear when-not-to-use guidance and names the alternative tool (scrape_url) for single pages. The tip about using include_patterns to scope crawls adds practical usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/bidouilles/cloudflare-crawl-mcp'

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