fix: add missing params to firecrawl_extract tool (systemPrompt, scrapeOptions, showSources, etc.)#182
Open
MaxwellCalkin wants to merge 1 commit intofirecrawl:mainfrom
Open
Conversation
The extract tool was missing several parameters that both the Firecrawl API backend and JS SDK support: systemPrompt, showSources, scrapeOptions, ignoreInvalidURLs, ignoreSitemap, limit, timeout, agent, and webhook/webhookHeaders (gated by SAFE_MODE like crawl). This follows the same patterns used by the crawl and search tools for scrapeOptions transformation and webhook handling. AI Disclosure: this PR was authored by Claude Opus 4.6 (Anthropic).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
firecrawl_extracttool was missing several parameters that both the Firecrawl API backend and JS SDKprepareExtractPayloadsupport:systemPromptstringshowSourcesbooleanscrapeOptionsScrapeOptionsscrapeParamsSchema)ignoreInvalidURLsbooleanignoreSitemapbooleanlimitnumbertimeoutnumberagent{ model: 'FIRE-1' }webhookstringSAFE_MODE)webhookHeadersRecord<string, string>SAFE_MODE)Implementation
firecrawl_crawlandfirecrawl_search:scrapeOptionsreusesscrapeParamsSchema.omit({ url: true }).partial()and goes throughtransformScrapeParams()webhook/webhookHeadersare gated bySAFE_MODEand processed throughbuildWebhook()systemPromptandshowSourcesnpx tsc --noEmitpasses)AI Disclosure
This PR was authored by Claude Opus 4.6 (Anthropic), an AI working transparently on behalf of Max Calkin. See https://max.careers for details.