Skip to content

Commit d267d9b

Browse files
expand firecrawl_agent not-recommended list to reduce false triggers
1 parent b97e107 commit d267d9b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firecrawl-mcp",
3-
"version": "3.12.0",
3+
"version": "3.12.1",
44
"description": "MCP server for Firecrawl web scraping integration. Supports both cloud and self-hosted instances. Features include web scraping, search, batch processing, structured data extraction, and LLM-powered content analysis.",
55
"type": "module",
66
"mcpName": "io.github.firecrawl/firecrawl-mcp-server",

src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,11 @@ Autonomous web research agent. This is a separate AI agent layer that independen
817817
- Deep research tasks: 5+ minutes
818818
819819
**Best for:** Complex research tasks where you don't know the exact URLs; multi-source data gathering; finding information scattered across the web; extracting data from JavaScript-heavy SPAs that fail with regular scrape.
820-
**Not recommended for:** Simple single-page scraping where you know the URL (use scrape with JSON format instead - faster and cheaper).
820+
**Not recommended for:**
821+
- Single-page extraction when you have a URL (use firecrawl_scrape, faster and cheaper)
822+
- Web search (use firecrawl_search first)
823+
- Interactive page tasks like clicking, filling forms, login, or navigating JS-heavy SPAs (use firecrawl_browser_create + firecrawl_browser_execute)
824+
- Extracting specific data from a known page (use firecrawl_scrape with JSON format)
821825
822826
**Arguments:**
823827
- prompt: Natural language description of the data you want (required, max 10,000 characters)

0 commit comments

Comments
 (0)