Skip to main content
Glama

crawl_site

Crawl a full website starting from a seed URL with configurable depth and page limits. Output clean markdown or structured JSON for further analysis.

Instructions

Crawl an entire website starting from a seed URL using DFS strategy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe seed URL to start crawling from
timeoutNoOverall site crawl timeout in seconds (default: 120, must be >= 1)
max_depthNoMaximum depth to crawl (default: 2, 0 = seed page only)
max_pagesNoMaximum number of pages to crawl (default: 25)
dedup_modeNoMarkdown dedup mode - "exact" (default) or "off"exact
remove_linksNoRemove all links from the markdown output (default: false)
output_formatNoOutput format - "markdown" (default) or "json" - markdown: Clean concatenated markdown with URL headers and timestamps - json: Full JSON with metadata, references, and crawl statisticsmarkdown
storage_stateNoPath to Playwright storage_state JSON for authenticated crawling
include_subdomainsNoWhether to include subdomains in the crawl (default: false)
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only mentions the DFS traversal strategy. It does not disclose potential impacts (e.g., rate limits, resource consumption), authentication requirements, the meaning of 'entire website' (same-domain vs. subdomains), or what the output will look like. This is insufficient for a crawler that can visit many pages.

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 a single, concise sentence that front-loads the tool's purpose and key strategy. Every word adds value, and there is no fluff or repetition of schema information.

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

Completeness2/5

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

The tool has 9 parameters, no output schema, and no annotations, yet the description is only one line. It does not explain what the return value looks like, any limits or side effects, or how the parameters relate to the crawling process. For a complex tool like this, the description is notably incomplete.

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

Parameters3/5

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

The input schema already provides detailed descriptions for all 9 parameters, covering 100% of the schema. The description adds no additional parameter semantics, so the baseline score of 3 applies — it neither enhances nor detracts from the schema's clarity.

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

Purpose4/5

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

The description uses a specific verb ('crawl'), a concrete resource ('entire website'), and a strategy ('DFS'), which clearly states what the tool does. However, it does not distinguish this tool from the sibling tool named 'crawl', leaving ambiguity about how they differ.

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

Usage Guidelines3/5

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

The description implies the tool is for crawling entire websites via DFS, giving some context. But it does not explicitly state when to use this tool over the 'crawl' or 'search' sibling tools, and it offers no exclusions or alternative guidance. The presence of a sibling named 'crawl' makes this gap more noticeable.

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/DasDigitaleMomentum/searxNcrawl'

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