Skip to main content
Glama
mysleekdesigns

CrawlForge MCP Server

agent

Read-only

Automates web research and synthesis to answer questions without requiring URLs. Plans search queries, fetches relevant pages, and returns structured or prose answers.

Instructions

Use this when you need an autonomous agent to research, navigate, and synthesise an answer from the web — no URLs required. The agent plans search queries, fetches and filters relevant pages, and returns a prose or structured answer. model:"pro" uses deep multi-source research. Hard limits: maxSteps≤10, maxUrls≤20, 120s wall-clock. Confirms before pro runs. Degraded-but-useful output if no LLM keys/Ollama. Example: agent({prompt:"What are the top 5 MCP servers in 2025?", maxUrls:10})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsNoOptional seed URLs to include (max 20)
modelNo"default" = SamplingClient loop (no keys needed); "pro" = full ResearchOrchestratordefault
promptYesNatural-language task or question
schemaNoOptional JSON schema for structured output
maxUrlsNoMax URLs to fetch (hard cap: 20)
maxStepsNoMax fetch iterations (hard cap: 10)
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint), the description discloses hard limits (maxSteps, maxUrls, wall-clock), confirmation behavior for pro model, and degraded output when LLM keys or Ollama are missing. This adds significant behavioral transparency.

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 concise at about 5 lines, with clear sections for usage, behavior, limits, and an example. Every sentence adds value and there is no fluff.

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 complexity (6 parameters, 1 required, nested objects, no output schema), the description covers key behavioral details, limits, edge cases (degraded output), and return type. It is complete enough for an agent to select and use the tool correctly.

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?

Schema description coverage is 100%, so the schema already explains each parameter. The description adds a summary and example, but does not provide additional semantic detail for individual parameters beyond what the schema offers. Baseline score of 3 is appropriate.

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 purpose: an autonomous agent for web research and synthesis without requiring URLs. It distinguishes from other tools like search_web or deep_research by emphasizing autonomy and no need for seed URLs.

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 specifies when to use: when an autonomous agent is needed for web research. It mentions model variations and confirms before pro runs, but does not explicitly compare to sibling tools or state when not to use it. However, the context is sufficient for most agents.

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/mysleekdesigns/crawlforge-mcp'

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