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.