Skip to main content
Glama
firecrawl

firecrawl-mcp-server

firecrawl_feedback

Provide structured feedback on Firecrawl v2 scrape, parse, map, or search jobs by rating quality, reporting issues, and adding context. Helps improve future results.

Instructions

Send structured feedback for a completed Firecrawl v2 job. Use this for endpoint-level feedback on scrape, parse, map, or search jobs when the job result was useful, partially useful, or failed to meet expectations.

For search-result quality specifically, prefer firecrawl_search_feedback when available because it has search-focused guidance. This generic tool posts to /v2/feedback and accepts endpoint-wide signals:

  • endpoint — one of search, scrape, parse, or map.

  • jobId — the id returned by that endpoint.

  • rating — overall result quality: good, partial, or bad.

  • issues — stable lowercase issue codes such as missing_markdown, bad_pdf_parse, or wrong_links.

  • tags — optional lowercase tags for grouping feedback.

  • note — short human-readable context. Do not include huge page contents or raw scrape results.

  • url, pageNumbers, and metadata — small contextual fields that identify what the feedback refers to.

Do not store multi-MB outputs in feedback. Use concise notes, issue codes, URLs, and page numbers.

Returns: { success, feedbackId, creditsRefunded, creditsRefundedToday?, dailyRefundCap?, dailyCapReached?, alreadySubmitted?, warning? } JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
noteNo
tagsNo
jobIdYes
issuesNo
ratingYes
endpointYes
metadataNo
pageNumbersNo
missingContentNo
valuableSourcesNo
querySuggestionsNo
Behavior4/5

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

The description explains that the tool posts to /v2/feedback, provides constraints on field usage (e.g., no huge outputs, use concise notes), and outlines the return format. Annotations only indicate it is not read-only and not destructive; the description adds context beyond that, meeting the requirement for behavioral disclosure.

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 efficiently structured, starting with the core purpose, then usage guidance, parameter details, and return format. Each sentence adds value without redundancy. At ~250 words, it is appropriately sized for the tool's complexity.

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

Completeness3/5

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

Despite covering the main purpose and many parameters, the description does not address three schema properties (missingContent, valuableSources, querySuggestions). Given the tool has 12 parameters and nested objects, this gap reduces completeness, though the return format and constraints are well covered.

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?

With 0% schema description coverage, the description compensates by explaining 9 of 12 parameters (endpoint, jobId, rating, issues, tags, note, url, pageNumbers, metadata) with examples and constraints. However, it omits three properties (missingContent, valuableSources, querySuggestions), leaving some semantics unaddressed.

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?

Explicitly states the tool sends structured feedback for completed Firecrawl v2 jobs, lists the specific endpoints (scrape, parse, map, search), and distinguishes from the sibling firecrawl_search_feedback by noting it is for endpoint-level feedback whereas search-specific feedback should use the other tool.

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?

Clearly states when to use the tool (after a job completes, for endpoint-level feedback) and provides an explicit alternative (firecrawl_search_feedback for search-result quality). However, it does not explicitly list situations where this tool should not be used, though the guidance is sufficient for typical use.

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/firecrawl/firecrawl-mcp-server'

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