Skip to main content
Glama

kloakt_crawl

Breadth-first crawl of a domain starting from a given URL, collecting clean page content up to a configurable page and depth limit. Stays on the same domain by default.

Instructions

Breadth-first crawl from a start URL, returning clean content for each page visited. Budget-limited (max_pages) and depth-limited (max_depth), stays on the start domain by default, with cycle detection. Use to gather a small section of a site in one call. Network-bound — keep max_pages modest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stealthNoEnable anti-detection mode
max_charsNoTruncate each page's content to N chars (default: 2000)
max_depthNoMax link-hops from the start URL (default: 2)
max_pagesNoHard cap on pages to fetch (default: 10)
start_urlYesWhere to begin crawling
same_domainNoRestrict crawl to the start URL's host (default: true)
Behavior4/5

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

With no annotations, the description fully bears the burden and covers key behaviors: breadth-first, budget-limited, depth-limited, same-domain default, cycle detection, and network-bound nature. However, it omits details on authentication, rate limits, or error handling.

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 two sentences, front-loaded with the core action and parameters, and contains no fluff. Every sentence earns its place.

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

Completeness4/5

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

The description provides sufficient context for an agent to understand the tool's purpose and constraints (max_pages, max_depth, same_domain, cycle detection). It mentions returning clean content but does not detail the output format or include error handling. Given the lack of output schema, a bit more detail on return structure could improve completeness.

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

Parameters4/5

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

The input schema already has 100% description coverage for all parameters. The description adds value beyond the schema by mentioning 'cycle detection' and contextualizing 'budget-limited' and 'depth-limited,' which are not explicit in individual parameter descriptions.

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 explicitly states it's a breadth-first crawl from a start URL returning clean content, with budget/depth limits, domain restriction, and cycle detection. This clearly distinguishes it from sibling tools like kloakt_fetch (single page) or kloakt_scrape (page scraping).

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

Usage Guidelines4/5

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

The description advises using it 'to gather a small section of a site in one call' and warns it's 'network-bound — keep max_pages modest,' providing clear context. However, it does not explicitly state when not to use it or compare to specific alternatives.

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/KultMember6Banger/kloakt'

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