@kryptosai/mcp-observatory 1.31.0 → 1.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PRIVACY.md +16 -0
- package/README.md +5 -11
- package/README.zh-CN.md +4 -10
- package/dist/src/cli.js +4 -2
- package/dist/src/cli.js.map +1 -1
- package/dist/src/commands/diff.js +24 -2
- package/dist/src/commands/diff.js.map +1 -1
- package/dist/src/commands/enforce.d.ts +2 -2
- package/dist/src/commands/enforce.js +5 -8
- package/dist/src/commands/enforce.js.map +1 -1
- package/dist/src/commands/scan.js.map +1 -1
- package/dist/src/commands/telemetry.js +41 -1
- package/dist/src/commands/telemetry.js.map +1 -1
- package/dist/src/commands/test.js +2 -2
- package/dist/src/commands/test.js.map +1 -1
- package/dist/src/diff.d.ts +5 -2
- package/dist/src/diff.js +23 -2
- package/dist/src/diff.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/permission-delta.d.ts +2 -0
- package/dist/src/permission-delta.js +99 -0
- package/dist/src/permission-delta.js.map +1 -0
- package/dist/src/reporters/common.d.ts +1 -0
- package/dist/src/reporters/common.js +3 -1
- package/dist/src/reporters/common.js.map +1 -1
- package/dist/src/reporters/html.js +30 -1
- package/dist/src/reporters/html.js.map +1 -1
- package/dist/src/reporters/markdown.js +21 -2
- package/dist/src/reporters/markdown.js.map +1 -1
- package/dist/src/reporters/pr-comment.js +1 -1
- package/dist/src/reporters/pr-comment.js.map +1 -1
- package/dist/src/reporters/terminal.js +9 -3
- package/dist/src/reporters/terminal.js.map +1 -1
- package/dist/src/risk-taxonomy.d.ts +16 -0
- package/dist/src/risk-taxonomy.js +95 -0
- package/dist/src/risk-taxonomy.js.map +1 -0
- package/dist/src/schema-diff.d.ts +2 -1
- package/dist/src/schema-diff.js +28 -3
- package/dist/src/schema-diff.js.map +1 -1
- package/dist/src/telemetry.d.ts +17 -0
- package/dist/src/telemetry.js +70 -2
- package/dist/src/telemetry.js.map +1 -1
- package/dist/src/types.d.ts +15 -0
- package/dist/src/validate.js +44 -2
- package/dist/src/validate.js.map +1 -1
- package/docs/mcp-server-safety-index.md +77 -15
- package/docs/safety-index/artifacts/antv-chart-server.json +1452 -19
- package/docs/safety-index/artifacts/antv-chart-server.md +156 -10
- package/docs/safety-index/artifacts/brave-search-server.json +341 -0
- package/docs/safety-index/artifacts/brave-search-server.md +201 -0
- package/docs/safety-index/artifacts/browsermcp-server.json +83 -18
- package/docs/safety-index/artifacts/browsermcp-server.md +46 -12
- package/docs/safety-index/artifacts/chrome-devtools-mcp-server.json +592 -21
- package/docs/safety-index/artifacts/chrome-devtools-mcp-server.md +96 -14
- package/docs/safety-index/artifacts/clay-server.json +66 -0
- package/docs/safety-index/artifacts/clay-server.md +106 -0
- package/docs/safety-index/artifacts/cloudflare-server.json +66 -0
- package/docs/safety-index/artifacts/cloudflare-server.md +106 -0
- package/docs/safety-index/artifacts/context7-server.json +85 -18
- package/docs/safety-index/artifacts/context7-server.md +52 -11
- package/docs/safety-index/artifacts/cyanheads-git-mcp-server.json +1565 -34
- package/docs/safety-index/artifacts/cyanheads-git-mcp-server.md +178 -17
- package/docs/safety-index/artifacts/docker-server.json +395 -0
- package/docs/safety-index/artifacts/docker-server.md +204 -0
- package/docs/safety-index/artifacts/everything-server.json +145 -18
- package/docs/safety-index/artifacts/everything-server.md +56 -11
- package/docs/safety-index/artifacts/exa-server.json +400 -0
- package/docs/safety-index/artifacts/exa-server.md +207 -0
- package/docs/safety-index/artifacts/executeautomation-playwright-server.json +625 -18
- package/docs/safety-index/artifacts/executeautomation-playwright-server.md +95 -11
- package/docs/safety-index/artifacts/fetch-server.json +66 -0
- package/docs/safety-index/artifacts/fetch-server.md +106 -0
- package/docs/safety-index/artifacts/figma-server.json +1766 -0
- package/docs/safety-index/artifacts/figma-server.md +256 -0
- package/docs/safety-index/artifacts/filesystem-mcp-server.json +428 -24
- package/docs/safety-index/artifacts/filesystem-mcp-server.md +75 -14
- package/docs/safety-index/artifacts/filesystem-server.json +426 -22
- package/docs/safety-index/artifacts/filesystem-server.md +73 -12
- package/docs/safety-index/artifacts/firecrawl-server.json +4056 -0
- package/docs/safety-index/artifacts/firecrawl-server.md +243 -0
- package/docs/safety-index/artifacts/github-mcp-server.json +374 -21
- package/docs/safety-index/artifacts/github-mcp-server.md +71 -15
- package/docs/safety-index/artifacts/gitlab-server.json +229 -0
- package/docs/safety-index/artifacts/gitlab-server.md +753 -0
- package/docs/safety-index/artifacts/gmail-server.json +66 -0
- package/docs/safety-index/artifacts/gmail-server.md +106 -0
- package/docs/safety-index/artifacts/google-calendar-server.json +66 -0
- package/docs/safety-index/artifacts/google-calendar-server.md +106 -0
- package/docs/safety-index/artifacts/google-drive-server.json +66 -0
- package/docs/safety-index/artifacts/google-drive-server.md +106 -0
- package/docs/safety-index/artifacts/google-sheets-server.json +66 -0
- package/docs/safety-index/artifacts/google-sheets-server.md +106 -0
- package/docs/safety-index/artifacts/google-tasks-server.json +66 -0
- package/docs/safety-index/artifacts/google-tasks-server.md +106 -0
- package/docs/safety-index/artifacts/huggingface-server.json +66 -0
- package/docs/safety-index/artifacts/huggingface-server.md +106 -0
- package/docs/safety-index/artifacts/jina-server.json +66 -0
- package/docs/safety-index/artifacts/jina-server.md +106 -0
- package/docs/safety-index/artifacts/kubernetes-server.json +1054 -27
- package/docs/safety-index/artifacts/kubernetes-server.md +137 -18
- package/docs/safety-index/artifacts/linear-server.json +1494 -0
- package/docs/safety-index/artifacts/linear-server.md +237 -0
- package/docs/safety-index/artifacts/memory-server.json +191 -18
- package/docs/safety-index/artifacts/memory-server.md +51 -9
- package/docs/safety-index/artifacts/mongodb-server.json +66 -0
- package/docs/safety-index/artifacts/mongodb-server.md +106 -0
- package/docs/safety-index/artifacts/neon-server.json +66 -0
- package/docs/safety-index/artifacts/neon-server.md +103 -0
- package/docs/safety-index/artifacts/notion-server.json +7151 -0
- package/docs/safety-index/artifacts/notion-server.md +236 -0
- package/docs/safety-index/artifacts/onesignal-server.json +66 -0
- package/docs/safety-index/artifacts/onesignal-server.md +106 -0
- package/docs/safety-index/artifacts/opentofu-server.json +31 -19
- package/docs/safety-index/artifacts/opentofu-server.md +28 -10
- package/docs/safety-index/artifacts/playwright-mcp-server.json +415 -24
- package/docs/safety-index/artifacts/playwright-mcp-server.md +84 -20
- package/docs/safety-index/artifacts/postgres-server.json +330 -0
- package/docs/safety-index/artifacts/postgres-server.md +208 -0
- package/docs/safety-index/artifacts/promptopia-server.json +96 -19
- package/docs/safety-index/artifacts/promptopia-server.md +43 -9
- package/docs/safety-index/artifacts/puppeteer-server.json +118 -29
- package/docs/safety-index/artifacts/puppeteer-server.md +61 -19
- package/docs/safety-index/artifacts/qdrant-server.json +66 -0
- package/docs/safety-index/artifacts/qdrant-server.md +106 -0
- package/docs/safety-index/artifacts/reddit-server.json +66 -0
- package/docs/safety-index/artifacts/reddit-server.md +106 -0
- package/docs/safety-index/artifacts/ref-tools-server.json +95 -18
- package/docs/safety-index/artifacts/ref-tools-server.md +45 -12
- package/docs/safety-index/artifacts/sentry-server.json +66 -0
- package/docs/safety-index/artifacts/sentry-server.md +106 -0
- package/docs/safety-index/artifacts/sequential-thinking-server.json +59 -18
- package/docs/safety-index/artifacts/sequential-thinking-server.md +41 -9
- package/docs/safety-index/artifacts/slack-server.json +66 -0
- package/docs/safety-index/artifacts/slack-server.md +102 -0
- package/docs/safety-index/artifacts/sqlite-server.json +67 -0
- package/docs/safety-index/artifacts/sqlite-server.md +106 -0
- package/docs/safety-index/artifacts/stripe-server.json +66 -0
- package/docs/safety-index/artifacts/stripe-server.md +106 -0
- package/docs/safety-index/artifacts/supabase-server.json +66 -0
- package/docs/safety-index/artifacts/supabase-server.md +102 -0
- package/docs/safety-index/artifacts/tavily-search-server.json +66 -0
- package/docs/safety-index/artifacts/tavily-search-server.md +106 -0
- package/docs/safety-index/artifacts/ui5-mcp-server.json +842 -0
- package/docs/safety-index/artifacts/ui5-mcp-server.md +232 -0
- package/docs/safety-index/artifacts/vercel-ai-server.json +66 -0
- package/docs/safety-index/artifacts/vercel-ai-server.md +106 -0
- package/docs/safety-index/targets.json +552 -0
- package/package.json +1 -1
- package/schemas/run-artifact.schema.json +56 -1
|
@@ -0,0 +1,4056 @@
|
|
|
1
|
+
{
|
|
2
|
+
"artifactType": "run",
|
|
3
|
+
"schemaVersion": "1.0.0",
|
|
4
|
+
"gate": "fail",
|
|
5
|
+
"runId": "run_2026-07-12T234424930Z_964a3213",
|
|
6
|
+
"createdAt": "2026-07-12T23:44:24.930Z",
|
|
7
|
+
"toolVersion": "1.31.0",
|
|
8
|
+
"target": {
|
|
9
|
+
"targetId": "firecrawl-server",
|
|
10
|
+
"adapter": "local-process",
|
|
11
|
+
"command": "npx",
|
|
12
|
+
"args": [
|
|
13
|
+
"-y",
|
|
14
|
+
"firecrawl-mcp"
|
|
15
|
+
],
|
|
16
|
+
"cwd": ".",
|
|
17
|
+
"metadata": {
|
|
18
|
+
"package": "firecrawl-mcp",
|
|
19
|
+
"purpose": "mcp-safety-index",
|
|
20
|
+
"riskClass": "Web scraping and crawling",
|
|
21
|
+
"failureClass": "Web content ingestion boundary",
|
|
22
|
+
"whyItMatters": "Firecrawl MCP servers expose web scraping, crawling, and content extraction tools that can pull untrusted content into agent context."
|
|
23
|
+
},
|
|
24
|
+
"serverName": "firecrawl-fastmcp",
|
|
25
|
+
"serverVersion": "3.22.3"
|
|
26
|
+
},
|
|
27
|
+
"environment": {
|
|
28
|
+
"platform": "darwin 25.5.0",
|
|
29
|
+
"nodeVersion": "v22.22.1"
|
|
30
|
+
},
|
|
31
|
+
"summary": {
|
|
32
|
+
"total": 9,
|
|
33
|
+
"pass": 1,
|
|
34
|
+
"fail": 3,
|
|
35
|
+
"partial": 3,
|
|
36
|
+
"unsupported": 2,
|
|
37
|
+
"flaky": 0,
|
|
38
|
+
"skipped": 0,
|
|
39
|
+
"gate": "fail"
|
|
40
|
+
},
|
|
41
|
+
"checks": [
|
|
42
|
+
{
|
|
43
|
+
"id": "tools",
|
|
44
|
+
"capability": "tools",
|
|
45
|
+
"status": "pass",
|
|
46
|
+
"durationMs": 7.67920900000172,
|
|
47
|
+
"message": "Advertised capability responded with the minimal expected shape (26 items).",
|
|
48
|
+
"evidence": [
|
|
49
|
+
{
|
|
50
|
+
"endpoint": "tools/list",
|
|
51
|
+
"advertised": true,
|
|
52
|
+
"responded": true,
|
|
53
|
+
"minimalShapePresent": true,
|
|
54
|
+
"itemCount": 26,
|
|
55
|
+
"identifiers": [
|
|
56
|
+
"firecrawl_scrape",
|
|
57
|
+
"firecrawl_map",
|
|
58
|
+
"firecrawl_search",
|
|
59
|
+
"firecrawl_search_feedback",
|
|
60
|
+
"firecrawl_feedback",
|
|
61
|
+
"firecrawl_crawl",
|
|
62
|
+
"firecrawl_check_crawl_status",
|
|
63
|
+
"firecrawl_extract",
|
|
64
|
+
"firecrawl_agent",
|
|
65
|
+
"firecrawl_agent_status",
|
|
66
|
+
"firecrawl_interact",
|
|
67
|
+
"firecrawl_interact_stop",
|
|
68
|
+
"firecrawl_parse",
|
|
69
|
+
"firecrawl_monitor_create",
|
|
70
|
+
"firecrawl_monitor_list",
|
|
71
|
+
"firecrawl_monitor_get",
|
|
72
|
+
"firecrawl_monitor_update",
|
|
73
|
+
"firecrawl_monitor_delete",
|
|
74
|
+
"firecrawl_monitor_run",
|
|
75
|
+
"firecrawl_monitor_checks",
|
|
76
|
+
"firecrawl_monitor_check",
|
|
77
|
+
"firecrawl_research_search_papers",
|
|
78
|
+
"firecrawl_research_inspect_paper",
|
|
79
|
+
"firecrawl_research_related_papers",
|
|
80
|
+
"firecrawl_research_read_paper",
|
|
81
|
+
"firecrawl_research_search_github"
|
|
82
|
+
],
|
|
83
|
+
"diagnostics": [
|
|
84
|
+
"No FIRECRAWL_API_KEY or FIRECRAWL_API_URL set — running in keyless mode. firecrawl_scrape and firecrawl_search are free (rate-limited per IP) against the Firecrawl cloud; other tools require an API key (get one free at https://firecrawl.dev)."
|
|
85
|
+
],
|
|
86
|
+
"schemas": {
|
|
87
|
+
"firecrawl_scrape": {
|
|
88
|
+
"type": "object",
|
|
89
|
+
"properties": {
|
|
90
|
+
"url": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"format": "uri"
|
|
93
|
+
},
|
|
94
|
+
"formats": {
|
|
95
|
+
"type": "array",
|
|
96
|
+
"items": {
|
|
97
|
+
"type": "string",
|
|
98
|
+
"enum": [
|
|
99
|
+
"markdown",
|
|
100
|
+
"html",
|
|
101
|
+
"rawHtml",
|
|
102
|
+
"screenshot",
|
|
103
|
+
"links",
|
|
104
|
+
"summary",
|
|
105
|
+
"changeTracking",
|
|
106
|
+
"branding",
|
|
107
|
+
"json",
|
|
108
|
+
"query",
|
|
109
|
+
"audio"
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"jsonOptions": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"prompt": {
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
"schema": {
|
|
120
|
+
"type": "object",
|
|
121
|
+
"propertyNames": {
|
|
122
|
+
"type": "string"
|
|
123
|
+
},
|
|
124
|
+
"additionalProperties": false
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"additionalProperties": false
|
|
128
|
+
},
|
|
129
|
+
"queryOptions": {
|
|
130
|
+
"type": "object",
|
|
131
|
+
"properties": {
|
|
132
|
+
"prompt": {
|
|
133
|
+
"type": "string",
|
|
134
|
+
"maxLength": 10000
|
|
135
|
+
},
|
|
136
|
+
"mode": {
|
|
137
|
+
"default": "freeform",
|
|
138
|
+
"type": "string",
|
|
139
|
+
"enum": [
|
|
140
|
+
"directQuote",
|
|
141
|
+
"freeform"
|
|
142
|
+
]
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"required": [
|
|
146
|
+
"prompt"
|
|
147
|
+
],
|
|
148
|
+
"additionalProperties": false
|
|
149
|
+
},
|
|
150
|
+
"screenshotOptions": {
|
|
151
|
+
"type": "object",
|
|
152
|
+
"properties": {
|
|
153
|
+
"fullPage": {
|
|
154
|
+
"type": "boolean"
|
|
155
|
+
},
|
|
156
|
+
"quality": {
|
|
157
|
+
"type": "number"
|
|
158
|
+
},
|
|
159
|
+
"viewport": {
|
|
160
|
+
"type": "object",
|
|
161
|
+
"properties": {
|
|
162
|
+
"width": {
|
|
163
|
+
"type": "number"
|
|
164
|
+
},
|
|
165
|
+
"height": {
|
|
166
|
+
"type": "number"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"required": [
|
|
170
|
+
"width",
|
|
171
|
+
"height"
|
|
172
|
+
],
|
|
173
|
+
"additionalProperties": false
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"additionalProperties": false
|
|
177
|
+
},
|
|
178
|
+
"parsers": {
|
|
179
|
+
"type": "array",
|
|
180
|
+
"items": {
|
|
181
|
+
"type": "string",
|
|
182
|
+
"enum": [
|
|
183
|
+
"pdf"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"pdfOptions": {
|
|
188
|
+
"type": "object",
|
|
189
|
+
"properties": {
|
|
190
|
+
"maxPages": {
|
|
191
|
+
"type": "integer",
|
|
192
|
+
"minimum": 1,
|
|
193
|
+
"maximum": 10000
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"additionalProperties": false
|
|
197
|
+
},
|
|
198
|
+
"onlyMainContent": {
|
|
199
|
+
"type": "boolean"
|
|
200
|
+
},
|
|
201
|
+
"redactPII": {
|
|
202
|
+
"type": "boolean"
|
|
203
|
+
},
|
|
204
|
+
"includeTags": {
|
|
205
|
+
"type": "array",
|
|
206
|
+
"items": {
|
|
207
|
+
"type": "string"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"excludeTags": {
|
|
211
|
+
"type": "array",
|
|
212
|
+
"items": {
|
|
213
|
+
"type": "string"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"waitFor": {
|
|
217
|
+
"type": "number"
|
|
218
|
+
},
|
|
219
|
+
"actions": {
|
|
220
|
+
"type": "array",
|
|
221
|
+
"items": {
|
|
222
|
+
"type": "object",
|
|
223
|
+
"properties": {
|
|
224
|
+
"type": {
|
|
225
|
+
"type": "string",
|
|
226
|
+
"enum": [
|
|
227
|
+
"wait",
|
|
228
|
+
"screenshot",
|
|
229
|
+
"scroll",
|
|
230
|
+
"scrape",
|
|
231
|
+
"click",
|
|
232
|
+
"write",
|
|
233
|
+
"press",
|
|
234
|
+
"executeJavascript",
|
|
235
|
+
"generatePDF"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"selector": {
|
|
239
|
+
"type": "string"
|
|
240
|
+
},
|
|
241
|
+
"milliseconds": {
|
|
242
|
+
"type": "number"
|
|
243
|
+
},
|
|
244
|
+
"text": {
|
|
245
|
+
"type": "string"
|
|
246
|
+
},
|
|
247
|
+
"key": {
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
"direction": {
|
|
251
|
+
"type": "string",
|
|
252
|
+
"enum": [
|
|
253
|
+
"up",
|
|
254
|
+
"down"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
"script": {
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
"fullPage": {
|
|
261
|
+
"type": "boolean"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"required": [
|
|
265
|
+
"type"
|
|
266
|
+
]
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"mobile": {
|
|
270
|
+
"type": "boolean"
|
|
271
|
+
},
|
|
272
|
+
"skipTlsVerification": {
|
|
273
|
+
"type": "boolean"
|
|
274
|
+
},
|
|
275
|
+
"removeBase64Images": {
|
|
276
|
+
"type": "boolean"
|
|
277
|
+
},
|
|
278
|
+
"location": {
|
|
279
|
+
"type": "object",
|
|
280
|
+
"properties": {
|
|
281
|
+
"country": {
|
|
282
|
+
"type": "string"
|
|
283
|
+
},
|
|
284
|
+
"languages": {
|
|
285
|
+
"type": "array",
|
|
286
|
+
"items": {
|
|
287
|
+
"type": "string"
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"additionalProperties": false
|
|
292
|
+
},
|
|
293
|
+
"storeInCache": {
|
|
294
|
+
"type": "boolean"
|
|
295
|
+
},
|
|
296
|
+
"zeroDataRetention": {
|
|
297
|
+
"type": "boolean"
|
|
298
|
+
},
|
|
299
|
+
"maxAge": {
|
|
300
|
+
"type": "number"
|
|
301
|
+
},
|
|
302
|
+
"lockdown": {
|
|
303
|
+
"type": "boolean"
|
|
304
|
+
},
|
|
305
|
+
"proxy": {
|
|
306
|
+
"type": "string",
|
|
307
|
+
"enum": [
|
|
308
|
+
"basic",
|
|
309
|
+
"stealth",
|
|
310
|
+
"enhanced",
|
|
311
|
+
"auto"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"profile": {
|
|
315
|
+
"type": "object",
|
|
316
|
+
"properties": {
|
|
317
|
+
"name": {
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
"saveChanges": {
|
|
321
|
+
"type": "boolean"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"required": [
|
|
325
|
+
"name"
|
|
326
|
+
],
|
|
327
|
+
"additionalProperties": false
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"required": [
|
|
331
|
+
"url"
|
|
332
|
+
],
|
|
333
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
334
|
+
"additionalProperties": false
|
|
335
|
+
},
|
|
336
|
+
"firecrawl_map": {
|
|
337
|
+
"type": "object",
|
|
338
|
+
"properties": {
|
|
339
|
+
"url": {
|
|
340
|
+
"type": "string",
|
|
341
|
+
"format": "uri"
|
|
342
|
+
},
|
|
343
|
+
"search": {
|
|
344
|
+
"type": "string"
|
|
345
|
+
},
|
|
346
|
+
"sitemap": {
|
|
347
|
+
"type": "string",
|
|
348
|
+
"enum": [
|
|
349
|
+
"include",
|
|
350
|
+
"skip",
|
|
351
|
+
"only"
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
"includeSubdomains": {
|
|
355
|
+
"type": "boolean"
|
|
356
|
+
},
|
|
357
|
+
"limit": {
|
|
358
|
+
"type": "number"
|
|
359
|
+
},
|
|
360
|
+
"ignoreQueryParameters": {
|
|
361
|
+
"type": "boolean"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
"required": [
|
|
365
|
+
"url"
|
|
366
|
+
],
|
|
367
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
368
|
+
"additionalProperties": false
|
|
369
|
+
},
|
|
370
|
+
"firecrawl_search": {
|
|
371
|
+
"type": "object",
|
|
372
|
+
"properties": {
|
|
373
|
+
"query": {
|
|
374
|
+
"type": "string",
|
|
375
|
+
"minLength": 1
|
|
376
|
+
},
|
|
377
|
+
"limit": {
|
|
378
|
+
"type": "number"
|
|
379
|
+
},
|
|
380
|
+
"tbs": {
|
|
381
|
+
"type": "string"
|
|
382
|
+
},
|
|
383
|
+
"filter": {
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
"location": {
|
|
387
|
+
"type": "string"
|
|
388
|
+
},
|
|
389
|
+
"includeDomains": {
|
|
390
|
+
"type": "array",
|
|
391
|
+
"items": {
|
|
392
|
+
"type": "string",
|
|
393
|
+
"minLength": 1,
|
|
394
|
+
"maxLength": 253,
|
|
395
|
+
"pattern": "^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"excludeDomains": {
|
|
399
|
+
"type": "array",
|
|
400
|
+
"items": {
|
|
401
|
+
"type": "string",
|
|
402
|
+
"minLength": 1,
|
|
403
|
+
"maxLength": 253,
|
|
404
|
+
"pattern": "^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"sources": {
|
|
408
|
+
"type": "array",
|
|
409
|
+
"items": {
|
|
410
|
+
"type": "object",
|
|
411
|
+
"properties": {
|
|
412
|
+
"type": {
|
|
413
|
+
"type": "string",
|
|
414
|
+
"enum": [
|
|
415
|
+
"web",
|
|
416
|
+
"images",
|
|
417
|
+
"news"
|
|
418
|
+
]
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"required": [
|
|
422
|
+
"type"
|
|
423
|
+
]
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"categories": {
|
|
427
|
+
"description": "Limit results to specific source types. `github` searches GitHub repositories, code, issues, and docs; `research` searches academic and research sources; `pdf` searches PDF results.",
|
|
428
|
+
"type": "array",
|
|
429
|
+
"items": {
|
|
430
|
+
"type": "string",
|
|
431
|
+
"enum": [
|
|
432
|
+
"github",
|
|
433
|
+
"research",
|
|
434
|
+
"pdf"
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"scrapeOptions": {
|
|
439
|
+
"type": "object",
|
|
440
|
+
"properties": {
|
|
441
|
+
"formats": {
|
|
442
|
+
"type": "array",
|
|
443
|
+
"items": {
|
|
444
|
+
"type": "string",
|
|
445
|
+
"enum": [
|
|
446
|
+
"markdown",
|
|
447
|
+
"html",
|
|
448
|
+
"rawHtml",
|
|
449
|
+
"screenshot",
|
|
450
|
+
"links",
|
|
451
|
+
"summary",
|
|
452
|
+
"changeTracking",
|
|
453
|
+
"branding",
|
|
454
|
+
"json",
|
|
455
|
+
"query",
|
|
456
|
+
"audio"
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"jsonOptions": {
|
|
461
|
+
"type": "object",
|
|
462
|
+
"properties": {
|
|
463
|
+
"prompt": {
|
|
464
|
+
"type": "string"
|
|
465
|
+
},
|
|
466
|
+
"schema": {
|
|
467
|
+
"type": "object",
|
|
468
|
+
"propertyNames": {
|
|
469
|
+
"type": "string"
|
|
470
|
+
},
|
|
471
|
+
"additionalProperties": false
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"additionalProperties": false
|
|
475
|
+
},
|
|
476
|
+
"queryOptions": {
|
|
477
|
+
"type": "object",
|
|
478
|
+
"properties": {
|
|
479
|
+
"prompt": {
|
|
480
|
+
"type": "string",
|
|
481
|
+
"maxLength": 10000
|
|
482
|
+
},
|
|
483
|
+
"mode": {
|
|
484
|
+
"default": "freeform",
|
|
485
|
+
"type": "string",
|
|
486
|
+
"enum": [
|
|
487
|
+
"directQuote",
|
|
488
|
+
"freeform"
|
|
489
|
+
]
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"required": [
|
|
493
|
+
"prompt"
|
|
494
|
+
],
|
|
495
|
+
"additionalProperties": false
|
|
496
|
+
},
|
|
497
|
+
"screenshotOptions": {
|
|
498
|
+
"type": "object",
|
|
499
|
+
"properties": {
|
|
500
|
+
"fullPage": {
|
|
501
|
+
"type": "boolean"
|
|
502
|
+
},
|
|
503
|
+
"quality": {
|
|
504
|
+
"type": "number"
|
|
505
|
+
},
|
|
506
|
+
"viewport": {
|
|
507
|
+
"type": "object",
|
|
508
|
+
"properties": {
|
|
509
|
+
"width": {
|
|
510
|
+
"type": "number"
|
|
511
|
+
},
|
|
512
|
+
"height": {
|
|
513
|
+
"type": "number"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"required": [
|
|
517
|
+
"width",
|
|
518
|
+
"height"
|
|
519
|
+
],
|
|
520
|
+
"additionalProperties": false
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"additionalProperties": false
|
|
524
|
+
},
|
|
525
|
+
"parsers": {
|
|
526
|
+
"type": "array",
|
|
527
|
+
"items": {
|
|
528
|
+
"type": "string",
|
|
529
|
+
"enum": [
|
|
530
|
+
"pdf"
|
|
531
|
+
]
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"pdfOptions": {
|
|
535
|
+
"type": "object",
|
|
536
|
+
"properties": {
|
|
537
|
+
"maxPages": {
|
|
538
|
+
"type": "integer",
|
|
539
|
+
"minimum": 1,
|
|
540
|
+
"maximum": 10000
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"additionalProperties": false
|
|
544
|
+
},
|
|
545
|
+
"onlyMainContent": {
|
|
546
|
+
"type": "boolean"
|
|
547
|
+
},
|
|
548
|
+
"redactPII": {
|
|
549
|
+
"type": "boolean"
|
|
550
|
+
},
|
|
551
|
+
"includeTags": {
|
|
552
|
+
"type": "array",
|
|
553
|
+
"items": {
|
|
554
|
+
"type": "string"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"excludeTags": {
|
|
558
|
+
"type": "array",
|
|
559
|
+
"items": {
|
|
560
|
+
"type": "string"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"waitFor": {
|
|
564
|
+
"type": "number"
|
|
565
|
+
},
|
|
566
|
+
"actions": {
|
|
567
|
+
"type": "array",
|
|
568
|
+
"items": {
|
|
569
|
+
"type": "object",
|
|
570
|
+
"properties": {
|
|
571
|
+
"type": {
|
|
572
|
+
"type": "string",
|
|
573
|
+
"enum": [
|
|
574
|
+
"wait",
|
|
575
|
+
"screenshot",
|
|
576
|
+
"scroll",
|
|
577
|
+
"scrape",
|
|
578
|
+
"click",
|
|
579
|
+
"write",
|
|
580
|
+
"press",
|
|
581
|
+
"executeJavascript",
|
|
582
|
+
"generatePDF"
|
|
583
|
+
]
|
|
584
|
+
},
|
|
585
|
+
"selector": {
|
|
586
|
+
"type": "string"
|
|
587
|
+
},
|
|
588
|
+
"milliseconds": {
|
|
589
|
+
"type": "number"
|
|
590
|
+
},
|
|
591
|
+
"text": {
|
|
592
|
+
"type": "string"
|
|
593
|
+
},
|
|
594
|
+
"key": {
|
|
595
|
+
"type": "string"
|
|
596
|
+
},
|
|
597
|
+
"direction": {
|
|
598
|
+
"type": "string",
|
|
599
|
+
"enum": [
|
|
600
|
+
"up",
|
|
601
|
+
"down"
|
|
602
|
+
]
|
|
603
|
+
},
|
|
604
|
+
"script": {
|
|
605
|
+
"type": "string"
|
|
606
|
+
},
|
|
607
|
+
"fullPage": {
|
|
608
|
+
"type": "boolean"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"required": [
|
|
612
|
+
"type"
|
|
613
|
+
]
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"mobile": {
|
|
617
|
+
"type": "boolean"
|
|
618
|
+
},
|
|
619
|
+
"skipTlsVerification": {
|
|
620
|
+
"type": "boolean"
|
|
621
|
+
},
|
|
622
|
+
"removeBase64Images": {
|
|
623
|
+
"type": "boolean"
|
|
624
|
+
},
|
|
625
|
+
"location": {
|
|
626
|
+
"type": "object",
|
|
627
|
+
"properties": {
|
|
628
|
+
"country": {
|
|
629
|
+
"type": "string"
|
|
630
|
+
},
|
|
631
|
+
"languages": {
|
|
632
|
+
"type": "array",
|
|
633
|
+
"items": {
|
|
634
|
+
"type": "string"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"additionalProperties": false
|
|
639
|
+
},
|
|
640
|
+
"storeInCache": {
|
|
641
|
+
"type": "boolean"
|
|
642
|
+
},
|
|
643
|
+
"zeroDataRetention": {
|
|
644
|
+
"type": "boolean"
|
|
645
|
+
},
|
|
646
|
+
"maxAge": {
|
|
647
|
+
"type": "number"
|
|
648
|
+
},
|
|
649
|
+
"lockdown": {
|
|
650
|
+
"type": "boolean"
|
|
651
|
+
},
|
|
652
|
+
"proxy": {
|
|
653
|
+
"type": "string",
|
|
654
|
+
"enum": [
|
|
655
|
+
"basic",
|
|
656
|
+
"stealth",
|
|
657
|
+
"enhanced",
|
|
658
|
+
"auto"
|
|
659
|
+
]
|
|
660
|
+
},
|
|
661
|
+
"profile": {
|
|
662
|
+
"type": "object",
|
|
663
|
+
"properties": {
|
|
664
|
+
"name": {
|
|
665
|
+
"type": "string"
|
|
666
|
+
},
|
|
667
|
+
"saveChanges": {
|
|
668
|
+
"type": "boolean"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"required": [
|
|
672
|
+
"name"
|
|
673
|
+
],
|
|
674
|
+
"additionalProperties": false
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
"additionalProperties": false
|
|
678
|
+
},
|
|
679
|
+
"enterprise": {
|
|
680
|
+
"type": "array",
|
|
681
|
+
"items": {
|
|
682
|
+
"type": "string",
|
|
683
|
+
"enum": [
|
|
684
|
+
"default",
|
|
685
|
+
"anon",
|
|
686
|
+
"zdr"
|
|
687
|
+
]
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"required": [
|
|
692
|
+
"query"
|
|
693
|
+
],
|
|
694
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
695
|
+
"additionalProperties": false
|
|
696
|
+
},
|
|
697
|
+
"firecrawl_search_feedback": {
|
|
698
|
+
"type": "object",
|
|
699
|
+
"properties": {
|
|
700
|
+
"searchId": {
|
|
701
|
+
"type": "string",
|
|
702
|
+
"format": "uuid",
|
|
703
|
+
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
|
|
704
|
+
},
|
|
705
|
+
"rating": {
|
|
706
|
+
"type": "string",
|
|
707
|
+
"enum": [
|
|
708
|
+
"good",
|
|
709
|
+
"bad",
|
|
710
|
+
"partial"
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
"valuableSources": {
|
|
714
|
+
"maxItems": 50,
|
|
715
|
+
"type": "array",
|
|
716
|
+
"items": {
|
|
717
|
+
"type": "object",
|
|
718
|
+
"properties": {
|
|
719
|
+
"url": {
|
|
720
|
+
"type": "string",
|
|
721
|
+
"format": "uri"
|
|
722
|
+
},
|
|
723
|
+
"reason": {
|
|
724
|
+
"type": "string",
|
|
725
|
+
"maxLength": 1000
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
"required": [
|
|
729
|
+
"url"
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"missingContent": {
|
|
734
|
+
"description": "Array of specific pieces of content the agent expected to find but did not. One entry per distinct topic. Each entry has a short `topic` and optional longer `description`.",
|
|
735
|
+
"maxItems": 20,
|
|
736
|
+
"type": "array",
|
|
737
|
+
"items": {
|
|
738
|
+
"type": "object",
|
|
739
|
+
"properties": {
|
|
740
|
+
"topic": {
|
|
741
|
+
"type": "string",
|
|
742
|
+
"minLength": 1,
|
|
743
|
+
"maxLength": 200
|
|
744
|
+
},
|
|
745
|
+
"description": {
|
|
746
|
+
"type": "string",
|
|
747
|
+
"maxLength": 2000
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"required": [
|
|
751
|
+
"topic"
|
|
752
|
+
]
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"querySuggestions": {
|
|
756
|
+
"type": "string",
|
|
757
|
+
"maxLength": 2000
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"required": [
|
|
761
|
+
"searchId",
|
|
762
|
+
"rating"
|
|
763
|
+
],
|
|
764
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
765
|
+
"additionalProperties": false
|
|
766
|
+
},
|
|
767
|
+
"firecrawl_feedback": {
|
|
768
|
+
"type": "object",
|
|
769
|
+
"properties": {
|
|
770
|
+
"endpoint": {
|
|
771
|
+
"type": "string",
|
|
772
|
+
"enum": [
|
|
773
|
+
"search",
|
|
774
|
+
"scrape",
|
|
775
|
+
"parse",
|
|
776
|
+
"map"
|
|
777
|
+
]
|
|
778
|
+
},
|
|
779
|
+
"jobId": {
|
|
780
|
+
"type": "string",
|
|
781
|
+
"format": "uuid",
|
|
782
|
+
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"
|
|
783
|
+
},
|
|
784
|
+
"rating": {
|
|
785
|
+
"type": "string",
|
|
786
|
+
"enum": [
|
|
787
|
+
"good",
|
|
788
|
+
"bad",
|
|
789
|
+
"partial"
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
"issues": {
|
|
793
|
+
"maxItems": 20,
|
|
794
|
+
"type": "array",
|
|
795
|
+
"items": {
|
|
796
|
+
"type": "string",
|
|
797
|
+
"minLength": 1,
|
|
798
|
+
"maxLength": 80,
|
|
799
|
+
"pattern": "^[a-z0-9][a-z0-9_-]*$"
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
"tags": {
|
|
803
|
+
"maxItems": 20,
|
|
804
|
+
"type": "array",
|
|
805
|
+
"items": {
|
|
806
|
+
"type": "string",
|
|
807
|
+
"minLength": 1,
|
|
808
|
+
"maxLength": 80,
|
|
809
|
+
"pattern": "^[a-z0-9][a-z0-9_-]*$"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"note": {
|
|
813
|
+
"type": "string",
|
|
814
|
+
"maxLength": 4000
|
|
815
|
+
},
|
|
816
|
+
"valuableSources": {
|
|
817
|
+
"maxItems": 50,
|
|
818
|
+
"type": "array",
|
|
819
|
+
"items": {
|
|
820
|
+
"type": "object",
|
|
821
|
+
"properties": {
|
|
822
|
+
"url": {
|
|
823
|
+
"type": "string",
|
|
824
|
+
"format": "uri"
|
|
825
|
+
},
|
|
826
|
+
"reason": {
|
|
827
|
+
"type": "string",
|
|
828
|
+
"maxLength": 1000
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"required": [
|
|
832
|
+
"url"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"missingContent": {
|
|
837
|
+
"maxItems": 50,
|
|
838
|
+
"type": "array",
|
|
839
|
+
"items": {
|
|
840
|
+
"type": "object",
|
|
841
|
+
"properties": {
|
|
842
|
+
"topic": {
|
|
843
|
+
"type": "string",
|
|
844
|
+
"minLength": 1,
|
|
845
|
+
"maxLength": 200
|
|
846
|
+
},
|
|
847
|
+
"description": {
|
|
848
|
+
"type": "string",
|
|
849
|
+
"maxLength": 2000
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"required": [
|
|
853
|
+
"topic"
|
|
854
|
+
]
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
"querySuggestions": {
|
|
858
|
+
"type": "string",
|
|
859
|
+
"maxLength": 2000
|
|
860
|
+
},
|
|
861
|
+
"url": {
|
|
862
|
+
"type": "string",
|
|
863
|
+
"format": "uri"
|
|
864
|
+
},
|
|
865
|
+
"pageNumbers": {
|
|
866
|
+
"maxItems": 100,
|
|
867
|
+
"type": "array",
|
|
868
|
+
"items": {
|
|
869
|
+
"type": "integer",
|
|
870
|
+
"exclusiveMinimum": 0,
|
|
871
|
+
"maximum": 9007199254740991
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"metadata": {
|
|
875
|
+
"type": "object",
|
|
876
|
+
"propertyNames": {
|
|
877
|
+
"type": "string"
|
|
878
|
+
},
|
|
879
|
+
"additionalProperties": false
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"required": [
|
|
883
|
+
"endpoint",
|
|
884
|
+
"jobId",
|
|
885
|
+
"rating"
|
|
886
|
+
],
|
|
887
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
888
|
+
"additionalProperties": false
|
|
889
|
+
},
|
|
890
|
+
"firecrawl_crawl": {
|
|
891
|
+
"type": "object",
|
|
892
|
+
"properties": {
|
|
893
|
+
"url": {
|
|
894
|
+
"type": "string"
|
|
895
|
+
},
|
|
896
|
+
"prompt": {
|
|
897
|
+
"type": "string"
|
|
898
|
+
},
|
|
899
|
+
"excludePaths": {
|
|
900
|
+
"type": "array",
|
|
901
|
+
"items": {
|
|
902
|
+
"type": "string"
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
"includePaths": {
|
|
906
|
+
"type": "array",
|
|
907
|
+
"items": {
|
|
908
|
+
"type": "string"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"maxDiscoveryDepth": {
|
|
912
|
+
"type": "number"
|
|
913
|
+
},
|
|
914
|
+
"sitemap": {
|
|
915
|
+
"type": "string",
|
|
916
|
+
"enum": [
|
|
917
|
+
"skip",
|
|
918
|
+
"include",
|
|
919
|
+
"only"
|
|
920
|
+
]
|
|
921
|
+
},
|
|
922
|
+
"limit": {
|
|
923
|
+
"type": "number"
|
|
924
|
+
},
|
|
925
|
+
"allowExternalLinks": {
|
|
926
|
+
"type": "boolean"
|
|
927
|
+
},
|
|
928
|
+
"allowSubdomains": {
|
|
929
|
+
"type": "boolean"
|
|
930
|
+
},
|
|
931
|
+
"crawlEntireDomain": {
|
|
932
|
+
"type": "boolean"
|
|
933
|
+
},
|
|
934
|
+
"delay": {
|
|
935
|
+
"type": "number"
|
|
936
|
+
},
|
|
937
|
+
"maxConcurrency": {
|
|
938
|
+
"type": "number"
|
|
939
|
+
},
|
|
940
|
+
"webhook": {
|
|
941
|
+
"type": "string"
|
|
942
|
+
},
|
|
943
|
+
"webhookHeaders": {
|
|
944
|
+
"type": "object",
|
|
945
|
+
"propertyNames": {
|
|
946
|
+
"type": "string"
|
|
947
|
+
},
|
|
948
|
+
"additionalProperties": false
|
|
949
|
+
},
|
|
950
|
+
"deduplicateSimilarURLs": {
|
|
951
|
+
"type": "boolean"
|
|
952
|
+
},
|
|
953
|
+
"ignoreQueryParameters": {
|
|
954
|
+
"type": "boolean"
|
|
955
|
+
},
|
|
956
|
+
"scrapeOptions": {
|
|
957
|
+
"type": "object",
|
|
958
|
+
"properties": {
|
|
959
|
+
"formats": {
|
|
960
|
+
"type": "array",
|
|
961
|
+
"items": {
|
|
962
|
+
"type": "string",
|
|
963
|
+
"enum": [
|
|
964
|
+
"markdown",
|
|
965
|
+
"html",
|
|
966
|
+
"rawHtml",
|
|
967
|
+
"screenshot",
|
|
968
|
+
"links",
|
|
969
|
+
"summary",
|
|
970
|
+
"changeTracking",
|
|
971
|
+
"branding",
|
|
972
|
+
"json",
|
|
973
|
+
"query",
|
|
974
|
+
"audio"
|
|
975
|
+
]
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"jsonOptions": {
|
|
979
|
+
"type": "object",
|
|
980
|
+
"properties": {
|
|
981
|
+
"prompt": {
|
|
982
|
+
"type": "string"
|
|
983
|
+
},
|
|
984
|
+
"schema": {
|
|
985
|
+
"type": "object",
|
|
986
|
+
"propertyNames": {
|
|
987
|
+
"type": "string"
|
|
988
|
+
},
|
|
989
|
+
"additionalProperties": false
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"additionalProperties": false
|
|
993
|
+
},
|
|
994
|
+
"queryOptions": {
|
|
995
|
+
"type": "object",
|
|
996
|
+
"properties": {
|
|
997
|
+
"prompt": {
|
|
998
|
+
"type": "string",
|
|
999
|
+
"maxLength": 10000
|
|
1000
|
+
},
|
|
1001
|
+
"mode": {
|
|
1002
|
+
"default": "freeform",
|
|
1003
|
+
"type": "string",
|
|
1004
|
+
"enum": [
|
|
1005
|
+
"directQuote",
|
|
1006
|
+
"freeform"
|
|
1007
|
+
]
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
"required": [
|
|
1011
|
+
"prompt"
|
|
1012
|
+
],
|
|
1013
|
+
"additionalProperties": false
|
|
1014
|
+
},
|
|
1015
|
+
"screenshotOptions": {
|
|
1016
|
+
"type": "object",
|
|
1017
|
+
"properties": {
|
|
1018
|
+
"fullPage": {
|
|
1019
|
+
"type": "boolean"
|
|
1020
|
+
},
|
|
1021
|
+
"quality": {
|
|
1022
|
+
"type": "number"
|
|
1023
|
+
},
|
|
1024
|
+
"viewport": {
|
|
1025
|
+
"type": "object",
|
|
1026
|
+
"properties": {
|
|
1027
|
+
"width": {
|
|
1028
|
+
"type": "number"
|
|
1029
|
+
},
|
|
1030
|
+
"height": {
|
|
1031
|
+
"type": "number"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"required": [
|
|
1035
|
+
"width",
|
|
1036
|
+
"height"
|
|
1037
|
+
],
|
|
1038
|
+
"additionalProperties": false
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"additionalProperties": false
|
|
1042
|
+
},
|
|
1043
|
+
"parsers": {
|
|
1044
|
+
"type": "array",
|
|
1045
|
+
"items": {
|
|
1046
|
+
"type": "string",
|
|
1047
|
+
"enum": [
|
|
1048
|
+
"pdf"
|
|
1049
|
+
]
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"pdfOptions": {
|
|
1053
|
+
"type": "object",
|
|
1054
|
+
"properties": {
|
|
1055
|
+
"maxPages": {
|
|
1056
|
+
"type": "integer",
|
|
1057
|
+
"minimum": 1,
|
|
1058
|
+
"maximum": 10000
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"additionalProperties": false
|
|
1062
|
+
},
|
|
1063
|
+
"onlyMainContent": {
|
|
1064
|
+
"type": "boolean"
|
|
1065
|
+
},
|
|
1066
|
+
"redactPII": {
|
|
1067
|
+
"type": "boolean"
|
|
1068
|
+
},
|
|
1069
|
+
"includeTags": {
|
|
1070
|
+
"type": "array",
|
|
1071
|
+
"items": {
|
|
1072
|
+
"type": "string"
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"excludeTags": {
|
|
1076
|
+
"type": "array",
|
|
1077
|
+
"items": {
|
|
1078
|
+
"type": "string"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"waitFor": {
|
|
1082
|
+
"type": "number"
|
|
1083
|
+
},
|
|
1084
|
+
"actions": {
|
|
1085
|
+
"type": "array",
|
|
1086
|
+
"items": {
|
|
1087
|
+
"type": "object",
|
|
1088
|
+
"properties": {
|
|
1089
|
+
"type": {
|
|
1090
|
+
"type": "string",
|
|
1091
|
+
"enum": [
|
|
1092
|
+
"wait",
|
|
1093
|
+
"screenshot",
|
|
1094
|
+
"scroll",
|
|
1095
|
+
"scrape",
|
|
1096
|
+
"click",
|
|
1097
|
+
"write",
|
|
1098
|
+
"press",
|
|
1099
|
+
"executeJavascript",
|
|
1100
|
+
"generatePDF"
|
|
1101
|
+
]
|
|
1102
|
+
},
|
|
1103
|
+
"selector": {
|
|
1104
|
+
"type": "string"
|
|
1105
|
+
},
|
|
1106
|
+
"milliseconds": {
|
|
1107
|
+
"type": "number"
|
|
1108
|
+
},
|
|
1109
|
+
"text": {
|
|
1110
|
+
"type": "string"
|
|
1111
|
+
},
|
|
1112
|
+
"key": {
|
|
1113
|
+
"type": "string"
|
|
1114
|
+
},
|
|
1115
|
+
"direction": {
|
|
1116
|
+
"type": "string",
|
|
1117
|
+
"enum": [
|
|
1118
|
+
"up",
|
|
1119
|
+
"down"
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
|
+
"script": {
|
|
1123
|
+
"type": "string"
|
|
1124
|
+
},
|
|
1125
|
+
"fullPage": {
|
|
1126
|
+
"type": "boolean"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"required": [
|
|
1130
|
+
"type"
|
|
1131
|
+
]
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
"mobile": {
|
|
1135
|
+
"type": "boolean"
|
|
1136
|
+
},
|
|
1137
|
+
"skipTlsVerification": {
|
|
1138
|
+
"type": "boolean"
|
|
1139
|
+
},
|
|
1140
|
+
"removeBase64Images": {
|
|
1141
|
+
"type": "boolean"
|
|
1142
|
+
},
|
|
1143
|
+
"location": {
|
|
1144
|
+
"type": "object",
|
|
1145
|
+
"properties": {
|
|
1146
|
+
"country": {
|
|
1147
|
+
"type": "string"
|
|
1148
|
+
},
|
|
1149
|
+
"languages": {
|
|
1150
|
+
"type": "array",
|
|
1151
|
+
"items": {
|
|
1152
|
+
"type": "string"
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"additionalProperties": false
|
|
1157
|
+
},
|
|
1158
|
+
"storeInCache": {
|
|
1159
|
+
"type": "boolean"
|
|
1160
|
+
},
|
|
1161
|
+
"zeroDataRetention": {
|
|
1162
|
+
"type": "boolean"
|
|
1163
|
+
},
|
|
1164
|
+
"maxAge": {
|
|
1165
|
+
"type": "number"
|
|
1166
|
+
},
|
|
1167
|
+
"lockdown": {
|
|
1168
|
+
"type": "boolean"
|
|
1169
|
+
},
|
|
1170
|
+
"proxy": {
|
|
1171
|
+
"type": "string",
|
|
1172
|
+
"enum": [
|
|
1173
|
+
"basic",
|
|
1174
|
+
"stealth",
|
|
1175
|
+
"enhanced",
|
|
1176
|
+
"auto"
|
|
1177
|
+
]
|
|
1178
|
+
},
|
|
1179
|
+
"profile": {
|
|
1180
|
+
"type": "object",
|
|
1181
|
+
"properties": {
|
|
1182
|
+
"name": {
|
|
1183
|
+
"type": "string"
|
|
1184
|
+
},
|
|
1185
|
+
"saveChanges": {
|
|
1186
|
+
"type": "boolean"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"required": [
|
|
1190
|
+
"name"
|
|
1191
|
+
],
|
|
1192
|
+
"additionalProperties": false
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"additionalProperties": false
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"required": [
|
|
1199
|
+
"url"
|
|
1200
|
+
],
|
|
1201
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1202
|
+
"additionalProperties": false
|
|
1203
|
+
},
|
|
1204
|
+
"firecrawl_check_crawl_status": {
|
|
1205
|
+
"type": "object",
|
|
1206
|
+
"properties": {
|
|
1207
|
+
"id": {
|
|
1208
|
+
"type": "string"
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"required": [
|
|
1212
|
+
"id"
|
|
1213
|
+
],
|
|
1214
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1215
|
+
"additionalProperties": false
|
|
1216
|
+
},
|
|
1217
|
+
"firecrawl_extract": {
|
|
1218
|
+
"type": "object",
|
|
1219
|
+
"properties": {
|
|
1220
|
+
"urls": {
|
|
1221
|
+
"type": "array",
|
|
1222
|
+
"items": {
|
|
1223
|
+
"type": "string"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
"prompt": {
|
|
1227
|
+
"type": "string"
|
|
1228
|
+
},
|
|
1229
|
+
"schema": {
|
|
1230
|
+
"type": "object",
|
|
1231
|
+
"propertyNames": {
|
|
1232
|
+
"type": "string"
|
|
1233
|
+
},
|
|
1234
|
+
"additionalProperties": false
|
|
1235
|
+
},
|
|
1236
|
+
"allowExternalLinks": {
|
|
1237
|
+
"type": "boolean"
|
|
1238
|
+
},
|
|
1239
|
+
"enableWebSearch": {
|
|
1240
|
+
"type": "boolean"
|
|
1241
|
+
},
|
|
1242
|
+
"includeSubdomains": {
|
|
1243
|
+
"type": "boolean"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"required": [
|
|
1247
|
+
"urls"
|
|
1248
|
+
],
|
|
1249
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1250
|
+
"additionalProperties": false
|
|
1251
|
+
},
|
|
1252
|
+
"firecrawl_agent": {
|
|
1253
|
+
"type": "object",
|
|
1254
|
+
"properties": {
|
|
1255
|
+
"prompt": {
|
|
1256
|
+
"type": "string",
|
|
1257
|
+
"minLength": 1,
|
|
1258
|
+
"maxLength": 10000
|
|
1259
|
+
},
|
|
1260
|
+
"urls": {
|
|
1261
|
+
"type": "array",
|
|
1262
|
+
"items": {
|
|
1263
|
+
"type": "string",
|
|
1264
|
+
"format": "uri"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
"schema": {
|
|
1268
|
+
"type": "object",
|
|
1269
|
+
"propertyNames": {
|
|
1270
|
+
"type": "string"
|
|
1271
|
+
},
|
|
1272
|
+
"additionalProperties": false
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"required": [
|
|
1276
|
+
"prompt"
|
|
1277
|
+
],
|
|
1278
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1279
|
+
"additionalProperties": false
|
|
1280
|
+
},
|
|
1281
|
+
"firecrawl_agent_status": {
|
|
1282
|
+
"type": "object",
|
|
1283
|
+
"properties": {
|
|
1284
|
+
"id": {
|
|
1285
|
+
"type": "string"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"required": [
|
|
1289
|
+
"id"
|
|
1290
|
+
],
|
|
1291
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1292
|
+
"additionalProperties": false
|
|
1293
|
+
},
|
|
1294
|
+
"firecrawl_interact": {
|
|
1295
|
+
"type": "object",
|
|
1296
|
+
"properties": {
|
|
1297
|
+
"scrapeId": {
|
|
1298
|
+
"type": "string",
|
|
1299
|
+
"minLength": 1
|
|
1300
|
+
},
|
|
1301
|
+
"url": {
|
|
1302
|
+
"type": "string",
|
|
1303
|
+
"format": "uri"
|
|
1304
|
+
},
|
|
1305
|
+
"prompt": {
|
|
1306
|
+
"type": "string",
|
|
1307
|
+
"minLength": 1
|
|
1308
|
+
},
|
|
1309
|
+
"code": {
|
|
1310
|
+
"type": "string",
|
|
1311
|
+
"minLength": 1
|
|
1312
|
+
},
|
|
1313
|
+
"language": {
|
|
1314
|
+
"type": "string",
|
|
1315
|
+
"enum": [
|
|
1316
|
+
"bash",
|
|
1317
|
+
"python",
|
|
1318
|
+
"node"
|
|
1319
|
+
]
|
|
1320
|
+
},
|
|
1321
|
+
"timeout": {
|
|
1322
|
+
"type": "number",
|
|
1323
|
+
"minimum": 1,
|
|
1324
|
+
"maximum": 300
|
|
1325
|
+
},
|
|
1326
|
+
"scrapeOptions": {
|
|
1327
|
+
"type": "object",
|
|
1328
|
+
"properties": {
|
|
1329
|
+
"formats": {
|
|
1330
|
+
"type": "array",
|
|
1331
|
+
"items": {
|
|
1332
|
+
"type": "string",
|
|
1333
|
+
"enum": [
|
|
1334
|
+
"markdown",
|
|
1335
|
+
"html",
|
|
1336
|
+
"rawHtml",
|
|
1337
|
+
"screenshot",
|
|
1338
|
+
"links",
|
|
1339
|
+
"summary",
|
|
1340
|
+
"changeTracking",
|
|
1341
|
+
"branding",
|
|
1342
|
+
"json",
|
|
1343
|
+
"query",
|
|
1344
|
+
"audio"
|
|
1345
|
+
]
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"jsonOptions": {
|
|
1349
|
+
"type": "object",
|
|
1350
|
+
"properties": {
|
|
1351
|
+
"prompt": {
|
|
1352
|
+
"type": "string"
|
|
1353
|
+
},
|
|
1354
|
+
"schema": {
|
|
1355
|
+
"type": "object",
|
|
1356
|
+
"propertyNames": {
|
|
1357
|
+
"type": "string"
|
|
1358
|
+
},
|
|
1359
|
+
"additionalProperties": false
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1362
|
+
"additionalProperties": false
|
|
1363
|
+
},
|
|
1364
|
+
"queryOptions": {
|
|
1365
|
+
"type": "object",
|
|
1366
|
+
"properties": {
|
|
1367
|
+
"prompt": {
|
|
1368
|
+
"type": "string",
|
|
1369
|
+
"maxLength": 10000
|
|
1370
|
+
},
|
|
1371
|
+
"mode": {
|
|
1372
|
+
"default": "freeform",
|
|
1373
|
+
"type": "string",
|
|
1374
|
+
"enum": [
|
|
1375
|
+
"directQuote",
|
|
1376
|
+
"freeform"
|
|
1377
|
+
]
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
"required": [
|
|
1381
|
+
"prompt"
|
|
1382
|
+
],
|
|
1383
|
+
"additionalProperties": false
|
|
1384
|
+
},
|
|
1385
|
+
"screenshotOptions": {
|
|
1386
|
+
"type": "object",
|
|
1387
|
+
"properties": {
|
|
1388
|
+
"fullPage": {
|
|
1389
|
+
"type": "boolean"
|
|
1390
|
+
},
|
|
1391
|
+
"quality": {
|
|
1392
|
+
"type": "number"
|
|
1393
|
+
},
|
|
1394
|
+
"viewport": {
|
|
1395
|
+
"type": "object",
|
|
1396
|
+
"properties": {
|
|
1397
|
+
"width": {
|
|
1398
|
+
"type": "number"
|
|
1399
|
+
},
|
|
1400
|
+
"height": {
|
|
1401
|
+
"type": "number"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
"required": [
|
|
1405
|
+
"width",
|
|
1406
|
+
"height"
|
|
1407
|
+
],
|
|
1408
|
+
"additionalProperties": false
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"additionalProperties": false
|
|
1412
|
+
},
|
|
1413
|
+
"parsers": {
|
|
1414
|
+
"type": "array",
|
|
1415
|
+
"items": {
|
|
1416
|
+
"type": "string",
|
|
1417
|
+
"enum": [
|
|
1418
|
+
"pdf"
|
|
1419
|
+
]
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"pdfOptions": {
|
|
1423
|
+
"type": "object",
|
|
1424
|
+
"properties": {
|
|
1425
|
+
"maxPages": {
|
|
1426
|
+
"type": "integer",
|
|
1427
|
+
"minimum": 1,
|
|
1428
|
+
"maximum": 10000
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"additionalProperties": false
|
|
1432
|
+
},
|
|
1433
|
+
"onlyMainContent": {
|
|
1434
|
+
"type": "boolean"
|
|
1435
|
+
},
|
|
1436
|
+
"redactPII": {
|
|
1437
|
+
"type": "boolean"
|
|
1438
|
+
},
|
|
1439
|
+
"includeTags": {
|
|
1440
|
+
"type": "array",
|
|
1441
|
+
"items": {
|
|
1442
|
+
"type": "string"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"excludeTags": {
|
|
1446
|
+
"type": "array",
|
|
1447
|
+
"items": {
|
|
1448
|
+
"type": "string"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
"waitFor": {
|
|
1452
|
+
"type": "number"
|
|
1453
|
+
},
|
|
1454
|
+
"actions": {
|
|
1455
|
+
"type": "array",
|
|
1456
|
+
"items": {
|
|
1457
|
+
"type": "object",
|
|
1458
|
+
"properties": {
|
|
1459
|
+
"type": {
|
|
1460
|
+
"type": "string",
|
|
1461
|
+
"enum": [
|
|
1462
|
+
"wait",
|
|
1463
|
+
"screenshot",
|
|
1464
|
+
"scroll",
|
|
1465
|
+
"scrape",
|
|
1466
|
+
"click",
|
|
1467
|
+
"write",
|
|
1468
|
+
"press",
|
|
1469
|
+
"executeJavascript",
|
|
1470
|
+
"generatePDF"
|
|
1471
|
+
]
|
|
1472
|
+
},
|
|
1473
|
+
"selector": {
|
|
1474
|
+
"type": "string"
|
|
1475
|
+
},
|
|
1476
|
+
"milliseconds": {
|
|
1477
|
+
"type": "number"
|
|
1478
|
+
},
|
|
1479
|
+
"text": {
|
|
1480
|
+
"type": "string"
|
|
1481
|
+
},
|
|
1482
|
+
"key": {
|
|
1483
|
+
"type": "string"
|
|
1484
|
+
},
|
|
1485
|
+
"direction": {
|
|
1486
|
+
"type": "string",
|
|
1487
|
+
"enum": [
|
|
1488
|
+
"up",
|
|
1489
|
+
"down"
|
|
1490
|
+
]
|
|
1491
|
+
},
|
|
1492
|
+
"script": {
|
|
1493
|
+
"type": "string"
|
|
1494
|
+
},
|
|
1495
|
+
"fullPage": {
|
|
1496
|
+
"type": "boolean"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"required": [
|
|
1500
|
+
"type"
|
|
1501
|
+
]
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
"mobile": {
|
|
1505
|
+
"type": "boolean"
|
|
1506
|
+
},
|
|
1507
|
+
"skipTlsVerification": {
|
|
1508
|
+
"type": "boolean"
|
|
1509
|
+
},
|
|
1510
|
+
"removeBase64Images": {
|
|
1511
|
+
"type": "boolean"
|
|
1512
|
+
},
|
|
1513
|
+
"location": {
|
|
1514
|
+
"type": "object",
|
|
1515
|
+
"properties": {
|
|
1516
|
+
"country": {
|
|
1517
|
+
"type": "string"
|
|
1518
|
+
},
|
|
1519
|
+
"languages": {
|
|
1520
|
+
"type": "array",
|
|
1521
|
+
"items": {
|
|
1522
|
+
"type": "string"
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"additionalProperties": false
|
|
1527
|
+
},
|
|
1528
|
+
"storeInCache": {
|
|
1529
|
+
"type": "boolean"
|
|
1530
|
+
},
|
|
1531
|
+
"zeroDataRetention": {
|
|
1532
|
+
"type": "boolean"
|
|
1533
|
+
},
|
|
1534
|
+
"maxAge": {
|
|
1535
|
+
"type": "number"
|
|
1536
|
+
},
|
|
1537
|
+
"lockdown": {
|
|
1538
|
+
"type": "boolean"
|
|
1539
|
+
},
|
|
1540
|
+
"proxy": {
|
|
1541
|
+
"type": "string",
|
|
1542
|
+
"enum": [
|
|
1543
|
+
"basic",
|
|
1544
|
+
"stealth",
|
|
1545
|
+
"enhanced",
|
|
1546
|
+
"auto"
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
"profile": {
|
|
1550
|
+
"type": "object",
|
|
1551
|
+
"properties": {
|
|
1552
|
+
"name": {
|
|
1553
|
+
"type": "string"
|
|
1554
|
+
},
|
|
1555
|
+
"saveChanges": {
|
|
1556
|
+
"type": "boolean"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
"required": [
|
|
1560
|
+
"name"
|
|
1561
|
+
],
|
|
1562
|
+
"additionalProperties": false
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1565
|
+
"additionalProperties": false
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1569
|
+
"additionalProperties": false
|
|
1570
|
+
},
|
|
1571
|
+
"firecrawl_interact_stop": {
|
|
1572
|
+
"type": "object",
|
|
1573
|
+
"properties": {
|
|
1574
|
+
"scrapeId": {
|
|
1575
|
+
"type": "string"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"required": [
|
|
1579
|
+
"scrapeId"
|
|
1580
|
+
],
|
|
1581
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1582
|
+
"additionalProperties": false
|
|
1583
|
+
},
|
|
1584
|
+
"firecrawl_parse": {
|
|
1585
|
+
"type": "object",
|
|
1586
|
+
"properties": {
|
|
1587
|
+
"formats": {
|
|
1588
|
+
"type": "array",
|
|
1589
|
+
"items": {
|
|
1590
|
+
"type": "string",
|
|
1591
|
+
"enum": [
|
|
1592
|
+
"markdown",
|
|
1593
|
+
"html",
|
|
1594
|
+
"rawHtml",
|
|
1595
|
+
"links",
|
|
1596
|
+
"summary",
|
|
1597
|
+
"json",
|
|
1598
|
+
"query"
|
|
1599
|
+
]
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"jsonOptions": {
|
|
1603
|
+
"type": "object",
|
|
1604
|
+
"properties": {
|
|
1605
|
+
"prompt": {
|
|
1606
|
+
"type": "string"
|
|
1607
|
+
},
|
|
1608
|
+
"schema": {
|
|
1609
|
+
"type": "object",
|
|
1610
|
+
"propertyNames": {
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
"additionalProperties": false
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"additionalProperties": false
|
|
1617
|
+
},
|
|
1618
|
+
"queryOptions": {
|
|
1619
|
+
"type": "object",
|
|
1620
|
+
"properties": {
|
|
1621
|
+
"prompt": {
|
|
1622
|
+
"type": "string",
|
|
1623
|
+
"maxLength": 10000
|
|
1624
|
+
},
|
|
1625
|
+
"mode": {
|
|
1626
|
+
"default": "freeform",
|
|
1627
|
+
"type": "string",
|
|
1628
|
+
"enum": [
|
|
1629
|
+
"directQuote",
|
|
1630
|
+
"freeform"
|
|
1631
|
+
]
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"required": [
|
|
1635
|
+
"prompt"
|
|
1636
|
+
],
|
|
1637
|
+
"additionalProperties": false
|
|
1638
|
+
},
|
|
1639
|
+
"parsers": {
|
|
1640
|
+
"type": "array",
|
|
1641
|
+
"items": {
|
|
1642
|
+
"type": "string",
|
|
1643
|
+
"enum": [
|
|
1644
|
+
"pdf"
|
|
1645
|
+
]
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"pdfOptions": {
|
|
1649
|
+
"type": "object",
|
|
1650
|
+
"properties": {
|
|
1651
|
+
"maxPages": {
|
|
1652
|
+
"type": "integer",
|
|
1653
|
+
"minimum": 1,
|
|
1654
|
+
"maximum": 10000
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"additionalProperties": false
|
|
1658
|
+
},
|
|
1659
|
+
"onlyMainContent": {
|
|
1660
|
+
"type": "boolean"
|
|
1661
|
+
},
|
|
1662
|
+
"redactPII": {
|
|
1663
|
+
"type": "boolean"
|
|
1664
|
+
},
|
|
1665
|
+
"includeTags": {
|
|
1666
|
+
"type": "array",
|
|
1667
|
+
"items": {
|
|
1668
|
+
"type": "string"
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"excludeTags": {
|
|
1672
|
+
"type": "array",
|
|
1673
|
+
"items": {
|
|
1674
|
+
"type": "string"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"removeBase64Images": {
|
|
1678
|
+
"type": "boolean"
|
|
1679
|
+
},
|
|
1680
|
+
"skipTlsVerification": {
|
|
1681
|
+
"type": "boolean"
|
|
1682
|
+
},
|
|
1683
|
+
"storeInCache": {
|
|
1684
|
+
"type": "boolean"
|
|
1685
|
+
},
|
|
1686
|
+
"zeroDataRetention": {
|
|
1687
|
+
"type": "boolean"
|
|
1688
|
+
},
|
|
1689
|
+
"maxAge": {
|
|
1690
|
+
"type": "number"
|
|
1691
|
+
},
|
|
1692
|
+
"proxy": {
|
|
1693
|
+
"type": "string",
|
|
1694
|
+
"enum": [
|
|
1695
|
+
"basic",
|
|
1696
|
+
"auto"
|
|
1697
|
+
]
|
|
1698
|
+
},
|
|
1699
|
+
"filePath": {
|
|
1700
|
+
"type": "string",
|
|
1701
|
+
"minLength": 1,
|
|
1702
|
+
"description": "Absolute or relative path to a local file to parse. Supported: .html, .htm, .pdf, .docx, .doc, .odt, .rtf, .xlsx, .xls"
|
|
1703
|
+
},
|
|
1704
|
+
"contentType": {
|
|
1705
|
+
"description": "Optional MIME type override. If omitted, the server infers the file kind from the extension.",
|
|
1706
|
+
"type": "string"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
"required": [
|
|
1710
|
+
"filePath"
|
|
1711
|
+
],
|
|
1712
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1713
|
+
"additionalProperties": false
|
|
1714
|
+
},
|
|
1715
|
+
"firecrawl_monitor_create": {
|
|
1716
|
+
"type": "object",
|
|
1717
|
+
"properties": {
|
|
1718
|
+
"body": {
|
|
1719
|
+
"type": "object",
|
|
1720
|
+
"propertyNames": {
|
|
1721
|
+
"type": "string"
|
|
1722
|
+
},
|
|
1723
|
+
"additionalProperties": false
|
|
1724
|
+
},
|
|
1725
|
+
"page": {
|
|
1726
|
+
"type": "string"
|
|
1727
|
+
},
|
|
1728
|
+
"pages": {
|
|
1729
|
+
"type": "array",
|
|
1730
|
+
"items": {
|
|
1731
|
+
"type": "string"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"queries": {
|
|
1735
|
+
"type": "array",
|
|
1736
|
+
"items": {
|
|
1737
|
+
"type": "string"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"searchWindow": {
|
|
1741
|
+
"type": "string",
|
|
1742
|
+
"enum": [
|
|
1743
|
+
"5m",
|
|
1744
|
+
"15m",
|
|
1745
|
+
"1h",
|
|
1746
|
+
"6h",
|
|
1747
|
+
"24h",
|
|
1748
|
+
"7d"
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1751
|
+
"maxResults": {
|
|
1752
|
+
"type": "integer",
|
|
1753
|
+
"minimum": 1,
|
|
1754
|
+
"maximum": 50
|
|
1755
|
+
},
|
|
1756
|
+
"includeDomains": {
|
|
1757
|
+
"type": "array",
|
|
1758
|
+
"items": {
|
|
1759
|
+
"type": "string"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"excludeDomains": {
|
|
1763
|
+
"type": "array",
|
|
1764
|
+
"items": {
|
|
1765
|
+
"type": "string"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
"goal": {
|
|
1769
|
+
"type": "string"
|
|
1770
|
+
},
|
|
1771
|
+
"name": {
|
|
1772
|
+
"type": "string"
|
|
1773
|
+
},
|
|
1774
|
+
"scheduleText": {
|
|
1775
|
+
"type": "string"
|
|
1776
|
+
},
|
|
1777
|
+
"timezone": {
|
|
1778
|
+
"type": "string"
|
|
1779
|
+
},
|
|
1780
|
+
"email": {
|
|
1781
|
+
"type": "string"
|
|
1782
|
+
},
|
|
1783
|
+
"includeDiffs": {
|
|
1784
|
+
"type": "boolean"
|
|
1785
|
+
},
|
|
1786
|
+
"webhookUrl": {
|
|
1787
|
+
"type": "string"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1791
|
+
"additionalProperties": false
|
|
1792
|
+
},
|
|
1793
|
+
"firecrawl_monitor_list": {
|
|
1794
|
+
"type": "object",
|
|
1795
|
+
"properties": {
|
|
1796
|
+
"limit": {
|
|
1797
|
+
"type": "integer",
|
|
1798
|
+
"exclusiveMinimum": 0,
|
|
1799
|
+
"maximum": 9007199254740991
|
|
1800
|
+
},
|
|
1801
|
+
"offset": {
|
|
1802
|
+
"type": "integer",
|
|
1803
|
+
"minimum": 0,
|
|
1804
|
+
"maximum": 9007199254740991
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1808
|
+
"additionalProperties": false
|
|
1809
|
+
},
|
|
1810
|
+
"firecrawl_monitor_get": {
|
|
1811
|
+
"type": "object",
|
|
1812
|
+
"properties": {
|
|
1813
|
+
"id": {
|
|
1814
|
+
"type": "string"
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"required": [
|
|
1818
|
+
"id"
|
|
1819
|
+
],
|
|
1820
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1821
|
+
"additionalProperties": false
|
|
1822
|
+
},
|
|
1823
|
+
"firecrawl_monitor_update": {
|
|
1824
|
+
"type": "object",
|
|
1825
|
+
"properties": {
|
|
1826
|
+
"id": {
|
|
1827
|
+
"type": "string"
|
|
1828
|
+
},
|
|
1829
|
+
"body": {
|
|
1830
|
+
"type": "object",
|
|
1831
|
+
"propertyNames": {
|
|
1832
|
+
"type": "string"
|
|
1833
|
+
},
|
|
1834
|
+
"additionalProperties": false
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
"required": [
|
|
1838
|
+
"id",
|
|
1839
|
+
"body"
|
|
1840
|
+
],
|
|
1841
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1842
|
+
"additionalProperties": false
|
|
1843
|
+
},
|
|
1844
|
+
"firecrawl_monitor_delete": {
|
|
1845
|
+
"type": "object",
|
|
1846
|
+
"properties": {
|
|
1847
|
+
"id": {
|
|
1848
|
+
"type": "string"
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
"required": [
|
|
1852
|
+
"id"
|
|
1853
|
+
],
|
|
1854
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1855
|
+
"additionalProperties": false
|
|
1856
|
+
},
|
|
1857
|
+
"firecrawl_monitor_run": {
|
|
1858
|
+
"type": "object",
|
|
1859
|
+
"properties": {
|
|
1860
|
+
"id": {
|
|
1861
|
+
"type": "string"
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
"required": [
|
|
1865
|
+
"id"
|
|
1866
|
+
],
|
|
1867
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1868
|
+
"additionalProperties": false
|
|
1869
|
+
},
|
|
1870
|
+
"firecrawl_monitor_checks": {
|
|
1871
|
+
"type": "object",
|
|
1872
|
+
"properties": {
|
|
1873
|
+
"id": {
|
|
1874
|
+
"type": "string"
|
|
1875
|
+
},
|
|
1876
|
+
"limit": {
|
|
1877
|
+
"type": "integer",
|
|
1878
|
+
"exclusiveMinimum": 0,
|
|
1879
|
+
"maximum": 9007199254740991
|
|
1880
|
+
},
|
|
1881
|
+
"offset": {
|
|
1882
|
+
"type": "integer",
|
|
1883
|
+
"minimum": 0,
|
|
1884
|
+
"maximum": 9007199254740991
|
|
1885
|
+
},
|
|
1886
|
+
"status": {
|
|
1887
|
+
"type": "string",
|
|
1888
|
+
"enum": [
|
|
1889
|
+
"queued",
|
|
1890
|
+
"running",
|
|
1891
|
+
"completed",
|
|
1892
|
+
"failed",
|
|
1893
|
+
"partial",
|
|
1894
|
+
"skipped_overlap"
|
|
1895
|
+
]
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"required": [
|
|
1899
|
+
"id"
|
|
1900
|
+
],
|
|
1901
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1902
|
+
"additionalProperties": false
|
|
1903
|
+
},
|
|
1904
|
+
"firecrawl_monitor_check": {
|
|
1905
|
+
"type": "object",
|
|
1906
|
+
"properties": {
|
|
1907
|
+
"id": {
|
|
1908
|
+
"type": "string"
|
|
1909
|
+
},
|
|
1910
|
+
"checkId": {
|
|
1911
|
+
"type": "string"
|
|
1912
|
+
},
|
|
1913
|
+
"limit": {
|
|
1914
|
+
"type": "integer",
|
|
1915
|
+
"exclusiveMinimum": 0,
|
|
1916
|
+
"maximum": 9007199254740991
|
|
1917
|
+
},
|
|
1918
|
+
"skip": {
|
|
1919
|
+
"type": "integer",
|
|
1920
|
+
"minimum": 0,
|
|
1921
|
+
"maximum": 9007199254740991
|
|
1922
|
+
},
|
|
1923
|
+
"pageStatus": {
|
|
1924
|
+
"type": "string",
|
|
1925
|
+
"enum": [
|
|
1926
|
+
"same",
|
|
1927
|
+
"new",
|
|
1928
|
+
"changed",
|
|
1929
|
+
"removed",
|
|
1930
|
+
"error"
|
|
1931
|
+
]
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"required": [
|
|
1935
|
+
"id",
|
|
1936
|
+
"checkId"
|
|
1937
|
+
],
|
|
1938
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1939
|
+
"additionalProperties": false
|
|
1940
|
+
},
|
|
1941
|
+
"firecrawl_research_search_papers": {
|
|
1942
|
+
"type": "object",
|
|
1943
|
+
"properties": {
|
|
1944
|
+
"query": {
|
|
1945
|
+
"type": "string",
|
|
1946
|
+
"minLength": 1,
|
|
1947
|
+
"description": "Natural-language research topic or question, including methods, systems, conditions, populations, interventions, or outcomes when relevant."
|
|
1948
|
+
},
|
|
1949
|
+
"k": {
|
|
1950
|
+
"description": "Number of ranked papers to return (default 40).",
|
|
1951
|
+
"type": "integer",
|
|
1952
|
+
"minimum": 1,
|
|
1953
|
+
"maximum": 500
|
|
1954
|
+
},
|
|
1955
|
+
"authors": {
|
|
1956
|
+
"description": "Author substring filter(s); ALL must match (case-insensitive).",
|
|
1957
|
+
"type": "array",
|
|
1958
|
+
"items": {
|
|
1959
|
+
"type": "string"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"categories": {
|
|
1963
|
+
"description": "Paper category filter(s) (e.g. `cs.LG`); ALL provided values must match.",
|
|
1964
|
+
"type": "array",
|
|
1965
|
+
"items": {
|
|
1966
|
+
"type": "string"
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
"from": {
|
|
1970
|
+
"description": "Inclusive lower bound on created/updated date (`YYYY-MM-DD`).",
|
|
1971
|
+
"type": "string"
|
|
1972
|
+
},
|
|
1973
|
+
"to": {
|
|
1974
|
+
"description": "Inclusive upper bound on created/updated date (`YYYY-MM-DD`).",
|
|
1975
|
+
"type": "string"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"required": [
|
|
1979
|
+
"query"
|
|
1980
|
+
],
|
|
1981
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1982
|
+
"additionalProperties": false
|
|
1983
|
+
},
|
|
1984
|
+
"firecrawl_research_inspect_paper": {
|
|
1985
|
+
"type": "object",
|
|
1986
|
+
"properties": {
|
|
1987
|
+
"paperId": {
|
|
1988
|
+
"type": "string",
|
|
1989
|
+
"minLength": 1,
|
|
1990
|
+
"description": "Canonical paperId or primaryId such as `arxiv:1706.03762`, `pmcid:PMC12530322`, `pmid:40953549`, or `doi:10.1016/j.neunet.2025.108095`."
|
|
1991
|
+
}
|
|
1992
|
+
},
|
|
1993
|
+
"required": [
|
|
1994
|
+
"paperId"
|
|
1995
|
+
],
|
|
1996
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1997
|
+
"additionalProperties": false
|
|
1998
|
+
},
|
|
1999
|
+
"firecrawl_research_related_papers": {
|
|
2000
|
+
"type": "object",
|
|
2001
|
+
"properties": {
|
|
2002
|
+
"seed_ids": {
|
|
2003
|
+
"minItems": 1,
|
|
2004
|
+
"maxItems": 10,
|
|
2005
|
+
"type": "array",
|
|
2006
|
+
"items": {
|
|
2007
|
+
"type": "string"
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"intent": {
|
|
2011
|
+
"type": "string",
|
|
2012
|
+
"minLength": 1
|
|
2013
|
+
},
|
|
2014
|
+
"mode": {
|
|
2015
|
+
"type": "string",
|
|
2016
|
+
"enum": [
|
|
2017
|
+
"similar",
|
|
2018
|
+
"citers",
|
|
2019
|
+
"references"
|
|
2020
|
+
]
|
|
2021
|
+
},
|
|
2022
|
+
"k": {
|
|
2023
|
+
"type": "integer",
|
|
2024
|
+
"minimum": 1,
|
|
2025
|
+
"maximum": 500
|
|
2026
|
+
},
|
|
2027
|
+
"rerank": {
|
|
2028
|
+
"description": "Apply an additional rerank over the fused candidates.",
|
|
2029
|
+
"type": "boolean"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
"required": [
|
|
2033
|
+
"seed_ids",
|
|
2034
|
+
"intent"
|
|
2035
|
+
],
|
|
2036
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2037
|
+
"additionalProperties": false
|
|
2038
|
+
},
|
|
2039
|
+
"firecrawl_research_read_paper": {
|
|
2040
|
+
"type": "object",
|
|
2041
|
+
"properties": {
|
|
2042
|
+
"paperId": {
|
|
2043
|
+
"type": "string",
|
|
2044
|
+
"minLength": 1,
|
|
2045
|
+
"description": "Canonical paperId or primaryId such as `arxiv:1706.03762`, `pmcid:PMC12530322`, `pmid:40953549`, or `doi:10.1016/j.neunet.2025.108095`."
|
|
2046
|
+
},
|
|
2047
|
+
"question": {
|
|
2048
|
+
"type": "string",
|
|
2049
|
+
"minLength": 1
|
|
2050
|
+
},
|
|
2051
|
+
"k": {
|
|
2052
|
+
"description": "Number of passages to return (default 4).",
|
|
2053
|
+
"type": "integer",
|
|
2054
|
+
"minimum": 1,
|
|
2055
|
+
"maximum": 50
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"required": [
|
|
2059
|
+
"paperId",
|
|
2060
|
+
"question"
|
|
2061
|
+
],
|
|
2062
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2063
|
+
"additionalProperties": false
|
|
2064
|
+
},
|
|
2065
|
+
"firecrawl_research_search_github": {
|
|
2066
|
+
"type": "object",
|
|
2067
|
+
"properties": {
|
|
2068
|
+
"query": {
|
|
2069
|
+
"type": "string",
|
|
2070
|
+
"minLength": 1
|
|
2071
|
+
},
|
|
2072
|
+
"k": {
|
|
2073
|
+
"type": "integer",
|
|
2074
|
+
"minimum": 1,
|
|
2075
|
+
"maximum": 100
|
|
2076
|
+
}
|
|
2077
|
+
},
|
|
2078
|
+
"required": [
|
|
2079
|
+
"query"
|
|
2080
|
+
],
|
|
2081
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
2082
|
+
"additionalProperties": false
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
]
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"id": "prompts",
|
|
2090
|
+
"capability": "prompts",
|
|
2091
|
+
"status": "unsupported",
|
|
2092
|
+
"durationMs": 0.0012920000008307397,
|
|
2093
|
+
"message": "Prompts are not advertised by the target.",
|
|
2094
|
+
"evidence": [
|
|
2095
|
+
{
|
|
2096
|
+
"endpoint": "prompts/list",
|
|
2097
|
+
"advertised": false,
|
|
2098
|
+
"responded": false,
|
|
2099
|
+
"minimalShapePresent": false,
|
|
2100
|
+
"diagnostics": []
|
|
2101
|
+
}
|
|
2102
|
+
]
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"id": "resources",
|
|
2106
|
+
"capability": "resources",
|
|
2107
|
+
"status": "unsupported",
|
|
2108
|
+
"durationMs": 0.0007499999992433004,
|
|
2109
|
+
"message": "Resources are not advertised by the target.",
|
|
2110
|
+
"evidence": [
|
|
2111
|
+
{
|
|
2112
|
+
"endpoint": "resources/list | resources/templates/list",
|
|
2113
|
+
"advertised": false,
|
|
2114
|
+
"responded": false,
|
|
2115
|
+
"minimalShapePresent": false,
|
|
2116
|
+
"diagnostics": []
|
|
2117
|
+
}
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"id": "security-lite",
|
|
2122
|
+
"capability": "security-lite",
|
|
2123
|
+
"status": "fail",
|
|
2124
|
+
"durationMs": 0.39983399999982794,
|
|
2125
|
+
"message": "Found 1 security finding(s): 1 high, 0 medium, 0 low.",
|
|
2126
|
+
"evidence": [
|
|
2127
|
+
{
|
|
2128
|
+
"endpoint": "security/scan-lite",
|
|
2129
|
+
"advertised": true,
|
|
2130
|
+
"responded": true,
|
|
2131
|
+
"minimalShapePresent": true,
|
|
2132
|
+
"itemCount": 1,
|
|
2133
|
+
"identifiers": [
|
|
2134
|
+
"firecrawl_interact"
|
|
2135
|
+
],
|
|
2136
|
+
"diagnostics": [
|
|
2137
|
+
"[high] Tool \"firecrawl_interact\" has parameter \"code\" which may allow arbitrary command execution."
|
|
2138
|
+
],
|
|
2139
|
+
"findings": [
|
|
2140
|
+
{
|
|
2141
|
+
"ruleId": "shell-injection",
|
|
2142
|
+
"severity": "high",
|
|
2143
|
+
"toolName": "firecrawl_interact",
|
|
2144
|
+
"message": "Tool \"firecrawl_interact\" has parameter \"code\" which may allow arbitrary command execution."
|
|
2145
|
+
}
|
|
2146
|
+
]
|
|
2147
|
+
}
|
|
2148
|
+
]
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"id": "runtime-profile",
|
|
2152
|
+
"capability": "runtime-profile",
|
|
2153
|
+
"status": "partial",
|
|
2154
|
+
"durationMs": 0.43979200000103447,
|
|
2155
|
+
"message": "Detected 21 potential egress target(s) and 16 potential state mutation(s) with high confidence.",
|
|
2156
|
+
"evidence": [
|
|
2157
|
+
{
|
|
2158
|
+
"endpoint": "runtime-profile/analyze",
|
|
2159
|
+
"advertised": true,
|
|
2160
|
+
"responded": true,
|
|
2161
|
+
"minimalShapePresent": true,
|
|
2162
|
+
"itemCount": 37,
|
|
2163
|
+
"diagnostics": [
|
|
2164
|
+
"Egress entries: 21",
|
|
2165
|
+
"State mutations: 16",
|
|
2166
|
+
"Confidence: high"
|
|
2167
|
+
],
|
|
2168
|
+
"findings": [
|
|
2169
|
+
{
|
|
2170
|
+
"target": "url",
|
|
2171
|
+
"protocol": "unknown",
|
|
2172
|
+
"source": "tool_schema",
|
|
2173
|
+
"confidence": "high"
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"target": "firecrawl_scrape",
|
|
2177
|
+
"protocol": "unknown",
|
|
2178
|
+
"source": "description_analysis",
|
|
2179
|
+
"confidence": "low"
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"target": "url",
|
|
2183
|
+
"protocol": "unknown",
|
|
2184
|
+
"source": "tool_schema",
|
|
2185
|
+
"confidence": "high"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"target": "firecrawl_map",
|
|
2189
|
+
"protocol": "unknown",
|
|
2190
|
+
"source": "description_analysis",
|
|
2191
|
+
"confidence": "low"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"target": "firecrawl_search",
|
|
2195
|
+
"protocol": "unknown",
|
|
2196
|
+
"source": "description_analysis",
|
|
2197
|
+
"confidence": "low"
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"target": "firecrawl_search_feedback",
|
|
2201
|
+
"protocol": "unknown",
|
|
2202
|
+
"source": "description_analysis",
|
|
2203
|
+
"confidence": "low"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"target": "endpoint",
|
|
2207
|
+
"protocol": "unknown",
|
|
2208
|
+
"source": "tool_schema",
|
|
2209
|
+
"confidence": "high"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"target": "url",
|
|
2213
|
+
"protocol": "unknown",
|
|
2214
|
+
"source": "tool_schema",
|
|
2215
|
+
"confidence": "high"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"target": "firecrawl_feedback",
|
|
2219
|
+
"protocol": "unknown",
|
|
2220
|
+
"source": "description_analysis",
|
|
2221
|
+
"confidence": "low"
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"target": "url",
|
|
2225
|
+
"protocol": "unknown",
|
|
2226
|
+
"source": "tool_schema",
|
|
2227
|
+
"confidence": "high"
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"target": "webhook",
|
|
2231
|
+
"protocol": "unknown",
|
|
2232
|
+
"source": "tool_schema",
|
|
2233
|
+
"confidence": "high"
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"target": "firecrawl_crawl",
|
|
2237
|
+
"protocol": "unknown",
|
|
2238
|
+
"source": "description_analysis",
|
|
2239
|
+
"confidence": "low"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"target": "firecrawl_extract",
|
|
2243
|
+
"protocol": "unknown",
|
|
2244
|
+
"source": "description_analysis",
|
|
2245
|
+
"confidence": "low"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"target": "firecrawl_agent",
|
|
2249
|
+
"protocol": "unknown",
|
|
2250
|
+
"source": "description_analysis",
|
|
2251
|
+
"confidence": "low"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"target": "url",
|
|
2255
|
+
"protocol": "unknown",
|
|
2256
|
+
"source": "tool_schema",
|
|
2257
|
+
"confidence": "high"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
"target": "firecrawl_interact",
|
|
2261
|
+
"protocol": "unknown",
|
|
2262
|
+
"source": "description_analysis",
|
|
2263
|
+
"confidence": "low"
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"target": "firecrawl_parse",
|
|
2267
|
+
"protocol": "unknown",
|
|
2268
|
+
"source": "description_analysis",
|
|
2269
|
+
"confidence": "low"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"target": "firecrawl_monitor_create",
|
|
2273
|
+
"protocol": "unknown",
|
|
2274
|
+
"source": "description_analysis",
|
|
2275
|
+
"confidence": "low"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"target": "firecrawl_monitor_update",
|
|
2279
|
+
"protocol": "unknown",
|
|
2280
|
+
"source": "description_analysis",
|
|
2281
|
+
"confidence": "low"
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"target": "firecrawl_monitor_check",
|
|
2285
|
+
"protocol": "unknown",
|
|
2286
|
+
"source": "description_analysis",
|
|
2287
|
+
"confidence": "low"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"target": "firecrawl_research_search_github",
|
|
2291
|
+
"protocol": "unknown",
|
|
2292
|
+
"source": "description_analysis",
|
|
2293
|
+
"confidence": "low"
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"resource": "filesystem",
|
|
2297
|
+
"operation": "write",
|
|
2298
|
+
"scope": "working_directory",
|
|
2299
|
+
"source": "description_analysis"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"resource": "filesystem",
|
|
2303
|
+
"operation": "write",
|
|
2304
|
+
"scope": "working_directory",
|
|
2305
|
+
"source": "description_analysis"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"resource": "filesystem",
|
|
2309
|
+
"operation": "write",
|
|
2310
|
+
"scope": "working_directory",
|
|
2311
|
+
"source": "description_analysis"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"resource": "filesystem",
|
|
2315
|
+
"operation": "write",
|
|
2316
|
+
"scope": "working_directory",
|
|
2317
|
+
"source": "tool_schema"
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"resource": "filesystem",
|
|
2321
|
+
"operation": "write",
|
|
2322
|
+
"scope": "working_directory",
|
|
2323
|
+
"source": "description_analysis"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"resource": "filesystem",
|
|
2327
|
+
"operation": "write",
|
|
2328
|
+
"scope": "working_directory",
|
|
2329
|
+
"source": "description_analysis"
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"resource": "filesystem",
|
|
2333
|
+
"operation": "write",
|
|
2334
|
+
"scope": "working_directory",
|
|
2335
|
+
"source": "description_analysis"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"resource": "filesystem",
|
|
2339
|
+
"operation": "write",
|
|
2340
|
+
"scope": "working_directory",
|
|
2341
|
+
"source": "description_analysis"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"resource": "filesystem",
|
|
2345
|
+
"operation": "write",
|
|
2346
|
+
"scope": "working_directory",
|
|
2347
|
+
"source": "description_analysis"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"resource": "filesystem",
|
|
2351
|
+
"operation": "write",
|
|
2352
|
+
"scope": "working_directory",
|
|
2353
|
+
"source": "description_analysis"
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"resource": "filesystem",
|
|
2357
|
+
"operation": "write",
|
|
2358
|
+
"scope": "working_directory",
|
|
2359
|
+
"source": "description_analysis"
|
|
2360
|
+
},
|
|
2361
|
+
{
|
|
2362
|
+
"resource": "filesystem",
|
|
2363
|
+
"operation": "write",
|
|
2364
|
+
"scope": "working_directory",
|
|
2365
|
+
"source": "description_analysis"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"resource": "filesystem",
|
|
2369
|
+
"operation": "write",
|
|
2370
|
+
"scope": "working_directory",
|
|
2371
|
+
"source": "description_analysis"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"resource": "filesystem",
|
|
2375
|
+
"operation": "execute",
|
|
2376
|
+
"scope": "working_directory",
|
|
2377
|
+
"source": "description_analysis"
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"resource": "filesystem",
|
|
2381
|
+
"operation": "write",
|
|
2382
|
+
"scope": "working_directory",
|
|
2383
|
+
"source": "description_analysis"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"resource": "filesystem",
|
|
2387
|
+
"operation": "write",
|
|
2388
|
+
"scope": "working_directory",
|
|
2389
|
+
"source": "description_analysis"
|
|
2390
|
+
}
|
|
2391
|
+
]
|
|
2392
|
+
}
|
|
2393
|
+
]
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"id": "conformance",
|
|
2397
|
+
"capability": "conformance",
|
|
2398
|
+
"status": "partial",
|
|
2399
|
+
"durationMs": 2.6082080000014685,
|
|
2400
|
+
"message": "6/7 conformance checks passed, 1 failed.",
|
|
2401
|
+
"evidence": [
|
|
2402
|
+
{
|
|
2403
|
+
"endpoint": "conformance/check",
|
|
2404
|
+
"advertised": true,
|
|
2405
|
+
"responded": true,
|
|
2406
|
+
"minimalShapePresent": false,
|
|
2407
|
+
"itemCount": 7,
|
|
2408
|
+
"identifiers": [
|
|
2409
|
+
"tool-response-content"
|
|
2410
|
+
],
|
|
2411
|
+
"diagnostics": [
|
|
2412
|
+
"[pass] capabilities-present: Server returned capabilities object.",
|
|
2413
|
+
"[pass] server-info: Server provided initialization info.",
|
|
2414
|
+
"[pass] tools-capability-match: tools/list returned 26 tool(s).",
|
|
2415
|
+
"[pass] prompts-capability-match: Prompts not advertised — endpoint check skipped.",
|
|
2416
|
+
"[pass] resources-capability-match: Resources not advertised — endpoint check skipped.",
|
|
2417
|
+
"[FAIL] tool-response-content: Tool response content check failed: MCP error -32602: MCP error -32602: Tool 'firecrawl_interact' parameter validation failed: root: Provide either 'url' (interact directly) or 'scrapeId' (reuse a previous scrape), not both., root: Either 'code' or 'prompt' must be provided.. Please check the parameter types and values according to the tool's schema.",
|
|
2418
|
+
"[pass] error-handling: Server returned proper error code -32601 for unknown method."
|
|
2419
|
+
]
|
|
2420
|
+
}
|
|
2421
|
+
]
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"id": "schema-quality",
|
|
2425
|
+
"capability": "schema-quality",
|
|
2426
|
+
"status": "partial",
|
|
2427
|
+
"durationMs": 0.9859580000011192,
|
|
2428
|
+
"message": "Found 147 quality finding(s) across 26 item(s): 0 warnings, 147 info.",
|
|
2429
|
+
"evidence": [
|
|
2430
|
+
{
|
|
2431
|
+
"endpoint": "schema-quality/scan",
|
|
2432
|
+
"advertised": true,
|
|
2433
|
+
"responded": true,
|
|
2434
|
+
"minimalShapePresent": true,
|
|
2435
|
+
"itemCount": 147,
|
|
2436
|
+
"identifiers": [
|
|
2437
|
+
"firecrawl_scrape",
|
|
2438
|
+
"firecrawl_map",
|
|
2439
|
+
"firecrawl_search",
|
|
2440
|
+
"firecrawl_search_feedback",
|
|
2441
|
+
"firecrawl_feedback",
|
|
2442
|
+
"firecrawl_crawl",
|
|
2443
|
+
"firecrawl_check_crawl_status",
|
|
2444
|
+
"firecrawl_extract",
|
|
2445
|
+
"firecrawl_agent",
|
|
2446
|
+
"firecrawl_agent_status",
|
|
2447
|
+
"firecrawl_interact",
|
|
2448
|
+
"firecrawl_interact_stop",
|
|
2449
|
+
"firecrawl_parse",
|
|
2450
|
+
"firecrawl_monitor_create",
|
|
2451
|
+
"firecrawl_monitor_list",
|
|
2452
|
+
"firecrawl_monitor_get",
|
|
2453
|
+
"firecrawl_monitor_update",
|
|
2454
|
+
"firecrawl_monitor_delete",
|
|
2455
|
+
"firecrawl_monitor_run",
|
|
2456
|
+
"firecrawl_monitor_checks",
|
|
2457
|
+
"firecrawl_monitor_check",
|
|
2458
|
+
"firecrawl_research_related_papers",
|
|
2459
|
+
"firecrawl_research_read_paper",
|
|
2460
|
+
"firecrawl_research_search_github"
|
|
2461
|
+
],
|
|
2462
|
+
"diagnostics": [
|
|
2463
|
+
"[info] tool \"firecrawl_scrape\": Property 'url' missing description",
|
|
2464
|
+
"[info] tool \"firecrawl_scrape\": Property 'formats' missing description",
|
|
2465
|
+
"[info] tool \"firecrawl_scrape\": Property 'jsonOptions' missing description",
|
|
2466
|
+
"[info] tool \"firecrawl_scrape\": Property 'queryOptions' missing description",
|
|
2467
|
+
"[info] tool \"firecrawl_scrape\": Property 'screenshotOptions' missing description",
|
|
2468
|
+
"[info] tool \"firecrawl_scrape\": Property 'parsers' missing description",
|
|
2469
|
+
"[info] tool \"firecrawl_scrape\": Property 'pdfOptions' missing description",
|
|
2470
|
+
"[info] tool \"firecrawl_scrape\": Property 'onlyMainContent' missing description",
|
|
2471
|
+
"[info] tool \"firecrawl_scrape\": Property 'redactPII' missing description",
|
|
2472
|
+
"[info] tool \"firecrawl_scrape\": Property 'includeTags' missing description",
|
|
2473
|
+
"[info] tool \"firecrawl_scrape\": Property 'excludeTags' missing description",
|
|
2474
|
+
"[info] tool \"firecrawl_scrape\": Property 'waitFor' missing description",
|
|
2475
|
+
"[info] tool \"firecrawl_scrape\": Property 'actions' missing description",
|
|
2476
|
+
"[info] tool \"firecrawl_scrape\": Property 'mobile' missing description",
|
|
2477
|
+
"[info] tool \"firecrawl_scrape\": Property 'skipTlsVerification' missing description",
|
|
2478
|
+
"[info] tool \"firecrawl_scrape\": Property 'removeBase64Images' missing description",
|
|
2479
|
+
"[info] tool \"firecrawl_scrape\": Property 'location' missing description",
|
|
2480
|
+
"[info] tool \"firecrawl_scrape\": Property 'storeInCache' missing description",
|
|
2481
|
+
"[info] tool \"firecrawl_scrape\": Property 'zeroDataRetention' missing description",
|
|
2482
|
+
"[info] tool \"firecrawl_scrape\": Property 'maxAge' missing description",
|
|
2483
|
+
"[info] tool \"firecrawl_scrape\": Property 'lockdown' missing description",
|
|
2484
|
+
"[info] tool \"firecrawl_scrape\": Property 'proxy' missing description",
|
|
2485
|
+
"[info] tool \"firecrawl_scrape\": Property 'profile' missing description",
|
|
2486
|
+
"[info] tool \"firecrawl_map\": Property 'url' missing description",
|
|
2487
|
+
"[info] tool \"firecrawl_map\": Property 'search' missing description",
|
|
2488
|
+
"[info] tool \"firecrawl_map\": Property 'sitemap' missing description",
|
|
2489
|
+
"[info] tool \"firecrawl_map\": Property 'includeSubdomains' missing description",
|
|
2490
|
+
"[info] tool \"firecrawl_map\": Property 'limit' missing description",
|
|
2491
|
+
"[info] tool \"firecrawl_map\": Property 'ignoreQueryParameters' missing description",
|
|
2492
|
+
"[info] tool \"firecrawl_search\": Property 'query' missing description",
|
|
2493
|
+
"[info] tool \"firecrawl_search\": Property 'limit' missing description",
|
|
2494
|
+
"[info] tool \"firecrawl_search\": Property 'tbs' missing description",
|
|
2495
|
+
"[info] tool \"firecrawl_search\": Property 'filter' missing description",
|
|
2496
|
+
"[info] tool \"firecrawl_search\": Property 'location' missing description",
|
|
2497
|
+
"[info] tool \"firecrawl_search\": Property 'includeDomains' missing description",
|
|
2498
|
+
"[info] tool \"firecrawl_search\": Property 'excludeDomains' missing description",
|
|
2499
|
+
"[info] tool \"firecrawl_search\": Property 'sources' missing description",
|
|
2500
|
+
"[info] tool \"firecrawl_search\": Property 'scrapeOptions' missing description",
|
|
2501
|
+
"[info] tool \"firecrawl_search\": Property 'enterprise' missing description",
|
|
2502
|
+
"[info] tool \"firecrawl_search_feedback\": Property 'searchId' missing description",
|
|
2503
|
+
"[info] tool \"firecrawl_search_feedback\": Property 'rating' missing description",
|
|
2504
|
+
"[info] tool \"firecrawl_search_feedback\": Property 'valuableSources' missing description",
|
|
2505
|
+
"[info] tool \"firecrawl_search_feedback\": Property 'querySuggestions' missing description",
|
|
2506
|
+
"[info] tool \"firecrawl_feedback\": Property 'endpoint' missing description",
|
|
2507
|
+
"[info] tool \"firecrawl_feedback\": Property 'jobId' missing description",
|
|
2508
|
+
"[info] tool \"firecrawl_feedback\": Property 'rating' missing description",
|
|
2509
|
+
"[info] tool \"firecrawl_feedback\": Property 'issues' missing description",
|
|
2510
|
+
"[info] tool \"firecrawl_feedback\": Property 'tags' missing description",
|
|
2511
|
+
"[info] tool \"firecrawl_feedback\": Property 'note' missing description",
|
|
2512
|
+
"[info] tool \"firecrawl_feedback\": Property 'valuableSources' missing description",
|
|
2513
|
+
"[info] tool \"firecrawl_feedback\": Property 'missingContent' missing description",
|
|
2514
|
+
"[info] tool \"firecrawl_feedback\": Property 'querySuggestions' missing description",
|
|
2515
|
+
"[info] tool \"firecrawl_feedback\": Property 'url' missing description",
|
|
2516
|
+
"[info] tool \"firecrawl_feedback\": Property 'pageNumbers' missing description",
|
|
2517
|
+
"[info] tool \"firecrawl_feedback\": Property 'metadata' missing description",
|
|
2518
|
+
"[info] tool \"firecrawl_crawl\": Property 'url' missing description",
|
|
2519
|
+
"[info] tool \"firecrawl_crawl\": Property 'prompt' missing description",
|
|
2520
|
+
"[info] tool \"firecrawl_crawl\": Property 'excludePaths' missing description",
|
|
2521
|
+
"[info] tool \"firecrawl_crawl\": Property 'includePaths' missing description",
|
|
2522
|
+
"[info] tool \"firecrawl_crawl\": Property 'maxDiscoveryDepth' missing description",
|
|
2523
|
+
"[info] tool \"firecrawl_crawl\": Property 'sitemap' missing description",
|
|
2524
|
+
"[info] tool \"firecrawl_crawl\": Property 'limit' missing description",
|
|
2525
|
+
"[info] tool \"firecrawl_crawl\": Property 'allowExternalLinks' missing description",
|
|
2526
|
+
"[info] tool \"firecrawl_crawl\": Property 'allowSubdomains' missing description",
|
|
2527
|
+
"[info] tool \"firecrawl_crawl\": Property 'crawlEntireDomain' missing description",
|
|
2528
|
+
"[info] tool \"firecrawl_crawl\": Property 'delay' missing description",
|
|
2529
|
+
"[info] tool \"firecrawl_crawl\": Property 'maxConcurrency' missing description",
|
|
2530
|
+
"[info] tool \"firecrawl_crawl\": Property 'webhook' missing description",
|
|
2531
|
+
"[info] tool \"firecrawl_crawl\": Property 'webhookHeaders' missing description",
|
|
2532
|
+
"[info] tool \"firecrawl_crawl\": Property 'deduplicateSimilarURLs' missing description",
|
|
2533
|
+
"[info] tool \"firecrawl_crawl\": Property 'ignoreQueryParameters' missing description",
|
|
2534
|
+
"[info] tool \"firecrawl_crawl\": Property 'scrapeOptions' missing description",
|
|
2535
|
+
"[info] tool \"firecrawl_check_crawl_status\": Property 'id' missing description",
|
|
2536
|
+
"[info] tool \"firecrawl_extract\": Property 'urls' missing description",
|
|
2537
|
+
"[info] tool \"firecrawl_extract\": Property 'prompt' missing description",
|
|
2538
|
+
"[info] tool \"firecrawl_extract\": Property 'schema' missing description",
|
|
2539
|
+
"[info] tool \"firecrawl_extract\": Property 'allowExternalLinks' missing description",
|
|
2540
|
+
"[info] tool \"firecrawl_extract\": Property 'enableWebSearch' missing description",
|
|
2541
|
+
"[info] tool \"firecrawl_extract\": Property 'includeSubdomains' missing description",
|
|
2542
|
+
"[info] tool \"firecrawl_agent\": Property 'prompt' missing description",
|
|
2543
|
+
"[info] tool \"firecrawl_agent\": Property 'urls' missing description",
|
|
2544
|
+
"[info] tool \"firecrawl_agent\": Property 'schema' missing description",
|
|
2545
|
+
"[info] tool \"firecrawl_agent_status\": Property 'id' missing description",
|
|
2546
|
+
"[info] tool \"firecrawl_interact\": Has properties but no 'required' array declared",
|
|
2547
|
+
"[info] tool \"firecrawl_interact\": Property 'scrapeId' missing description",
|
|
2548
|
+
"[info] tool \"firecrawl_interact\": Property 'url' missing description",
|
|
2549
|
+
"[info] tool \"firecrawl_interact\": Property 'prompt' missing description",
|
|
2550
|
+
"[info] tool \"firecrawl_interact\": Property 'code' missing description",
|
|
2551
|
+
"[info] tool \"firecrawl_interact\": Property 'language' missing description",
|
|
2552
|
+
"[info] tool \"firecrawl_interact\": Property 'timeout' missing description",
|
|
2553
|
+
"[info] tool \"firecrawl_interact\": Property 'scrapeOptions' missing description",
|
|
2554
|
+
"[info] tool \"firecrawl_interact_stop\": Property 'scrapeId' missing description",
|
|
2555
|
+
"[info] tool \"firecrawl_parse\": Property 'formats' missing description",
|
|
2556
|
+
"[info] tool \"firecrawl_parse\": Property 'jsonOptions' missing description",
|
|
2557
|
+
"[info] tool \"firecrawl_parse\": Property 'queryOptions' missing description",
|
|
2558
|
+
"[info] tool \"firecrawl_parse\": Property 'parsers' missing description",
|
|
2559
|
+
"[info] tool \"firecrawl_parse\": Property 'pdfOptions' missing description",
|
|
2560
|
+
"[info] tool \"firecrawl_parse\": Property 'onlyMainContent' missing description",
|
|
2561
|
+
"[info] tool \"firecrawl_parse\": Property 'redactPII' missing description",
|
|
2562
|
+
"[info] tool \"firecrawl_parse\": Property 'includeTags' missing description",
|
|
2563
|
+
"[info] tool \"firecrawl_parse\": Property 'excludeTags' missing description",
|
|
2564
|
+
"[info] tool \"firecrawl_parse\": Property 'removeBase64Images' missing description",
|
|
2565
|
+
"[info] tool \"firecrawl_parse\": Property 'skipTlsVerification' missing description",
|
|
2566
|
+
"[info] tool \"firecrawl_parse\": Property 'storeInCache' missing description",
|
|
2567
|
+
"[info] tool \"firecrawl_parse\": Property 'zeroDataRetention' missing description",
|
|
2568
|
+
"[info] tool \"firecrawl_parse\": Property 'maxAge' missing description",
|
|
2569
|
+
"[info] tool \"firecrawl_parse\": Property 'proxy' missing description",
|
|
2570
|
+
"[info] tool \"firecrawl_monitor_create\": Has properties but no 'required' array declared",
|
|
2571
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'body' missing description",
|
|
2572
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'page' missing description",
|
|
2573
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'pages' missing description",
|
|
2574
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'queries' missing description",
|
|
2575
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'searchWindow' missing description",
|
|
2576
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'maxResults' missing description",
|
|
2577
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'includeDomains' missing description",
|
|
2578
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'excludeDomains' missing description",
|
|
2579
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'goal' missing description",
|
|
2580
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'name' missing description",
|
|
2581
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'scheduleText' missing description",
|
|
2582
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'timezone' missing description",
|
|
2583
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'email' missing description",
|
|
2584
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'includeDiffs' missing description",
|
|
2585
|
+
"[info] tool \"firecrawl_monitor_create\": Property 'webhookUrl' missing description",
|
|
2586
|
+
"[info] tool \"firecrawl_monitor_list\": Has properties but no 'required' array declared",
|
|
2587
|
+
"[info] tool \"firecrawl_monitor_list\": Property 'limit' missing description",
|
|
2588
|
+
"[info] tool \"firecrawl_monitor_list\": Property 'offset' missing description",
|
|
2589
|
+
"[info] tool \"firecrawl_monitor_get\": Property 'id' missing description",
|
|
2590
|
+
"[info] tool \"firecrawl_monitor_update\": Property 'id' missing description",
|
|
2591
|
+
"[info] tool \"firecrawl_monitor_update\": Property 'body' missing description",
|
|
2592
|
+
"[info] tool \"firecrawl_monitor_delete\": Property 'id' missing description",
|
|
2593
|
+
"[info] tool \"firecrawl_monitor_run\": Property 'id' missing description",
|
|
2594
|
+
"[info] tool \"firecrawl_monitor_checks\": Property 'id' missing description",
|
|
2595
|
+
"[info] tool \"firecrawl_monitor_checks\": Property 'limit' missing description",
|
|
2596
|
+
"[info] tool \"firecrawl_monitor_checks\": Property 'offset' missing description",
|
|
2597
|
+
"[info] tool \"firecrawl_monitor_checks\": Property 'status' missing description",
|
|
2598
|
+
"[info] tool \"firecrawl_monitor_check\": Property 'id' missing description",
|
|
2599
|
+
"[info] tool \"firecrawl_monitor_check\": Property 'checkId' missing description",
|
|
2600
|
+
"[info] tool \"firecrawl_monitor_check\": Property 'limit' missing description",
|
|
2601
|
+
"[info] tool \"firecrawl_monitor_check\": Property 'skip' missing description",
|
|
2602
|
+
"[info] tool \"firecrawl_monitor_check\": Property 'pageStatus' missing description",
|
|
2603
|
+
"[info] tool \"firecrawl_research_related_papers\": Property 'seed_ids' missing description",
|
|
2604
|
+
"[info] tool \"firecrawl_research_related_papers\": Property 'intent' missing description",
|
|
2605
|
+
"[info] tool \"firecrawl_research_related_papers\": Property 'mode' missing description",
|
|
2606
|
+
"[info] tool \"firecrawl_research_related_papers\": Property 'k' missing description",
|
|
2607
|
+
"[info] tool \"firecrawl_research_read_paper\": Property 'question' missing description",
|
|
2608
|
+
"[info] tool \"firecrawl_research_search_github\": Property 'query' missing description",
|
|
2609
|
+
"[info] tool \"firecrawl_research_search_github\": Property 'k' missing description"
|
|
2610
|
+
],
|
|
2611
|
+
"findings": [
|
|
2612
|
+
{
|
|
2613
|
+
"itemType": "tool",
|
|
2614
|
+
"itemName": "firecrawl_scrape",
|
|
2615
|
+
"issue": "Property 'url' missing description",
|
|
2616
|
+
"severity": "info"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"itemType": "tool",
|
|
2620
|
+
"itemName": "firecrawl_scrape",
|
|
2621
|
+
"issue": "Property 'formats' missing description",
|
|
2622
|
+
"severity": "info"
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"itemType": "tool",
|
|
2626
|
+
"itemName": "firecrawl_scrape",
|
|
2627
|
+
"issue": "Property 'jsonOptions' missing description",
|
|
2628
|
+
"severity": "info"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"itemType": "tool",
|
|
2632
|
+
"itemName": "firecrawl_scrape",
|
|
2633
|
+
"issue": "Property 'queryOptions' missing description",
|
|
2634
|
+
"severity": "info"
|
|
2635
|
+
},
|
|
2636
|
+
{
|
|
2637
|
+
"itemType": "tool",
|
|
2638
|
+
"itemName": "firecrawl_scrape",
|
|
2639
|
+
"issue": "Property 'screenshotOptions' missing description",
|
|
2640
|
+
"severity": "info"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"itemType": "tool",
|
|
2644
|
+
"itemName": "firecrawl_scrape",
|
|
2645
|
+
"issue": "Property 'parsers' missing description",
|
|
2646
|
+
"severity": "info"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"itemType": "tool",
|
|
2650
|
+
"itemName": "firecrawl_scrape",
|
|
2651
|
+
"issue": "Property 'pdfOptions' missing description",
|
|
2652
|
+
"severity": "info"
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"itemType": "tool",
|
|
2656
|
+
"itemName": "firecrawl_scrape",
|
|
2657
|
+
"issue": "Property 'onlyMainContent' missing description",
|
|
2658
|
+
"severity": "info"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"itemType": "tool",
|
|
2662
|
+
"itemName": "firecrawl_scrape",
|
|
2663
|
+
"issue": "Property 'redactPII' missing description",
|
|
2664
|
+
"severity": "info"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"itemType": "tool",
|
|
2668
|
+
"itemName": "firecrawl_scrape",
|
|
2669
|
+
"issue": "Property 'includeTags' missing description",
|
|
2670
|
+
"severity": "info"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"itemType": "tool",
|
|
2674
|
+
"itemName": "firecrawl_scrape",
|
|
2675
|
+
"issue": "Property 'excludeTags' missing description",
|
|
2676
|
+
"severity": "info"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"itemType": "tool",
|
|
2680
|
+
"itemName": "firecrawl_scrape",
|
|
2681
|
+
"issue": "Property 'waitFor' missing description",
|
|
2682
|
+
"severity": "info"
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"itemType": "tool",
|
|
2686
|
+
"itemName": "firecrawl_scrape",
|
|
2687
|
+
"issue": "Property 'actions' missing description",
|
|
2688
|
+
"severity": "info"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"itemType": "tool",
|
|
2692
|
+
"itemName": "firecrawl_scrape",
|
|
2693
|
+
"issue": "Property 'mobile' missing description",
|
|
2694
|
+
"severity": "info"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"itemType": "tool",
|
|
2698
|
+
"itemName": "firecrawl_scrape",
|
|
2699
|
+
"issue": "Property 'skipTlsVerification' missing description",
|
|
2700
|
+
"severity": "info"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"itemType": "tool",
|
|
2704
|
+
"itemName": "firecrawl_scrape",
|
|
2705
|
+
"issue": "Property 'removeBase64Images' missing description",
|
|
2706
|
+
"severity": "info"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"itemType": "tool",
|
|
2710
|
+
"itemName": "firecrawl_scrape",
|
|
2711
|
+
"issue": "Property 'location' missing description",
|
|
2712
|
+
"severity": "info"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"itemType": "tool",
|
|
2716
|
+
"itemName": "firecrawl_scrape",
|
|
2717
|
+
"issue": "Property 'storeInCache' missing description",
|
|
2718
|
+
"severity": "info"
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"itemType": "tool",
|
|
2722
|
+
"itemName": "firecrawl_scrape",
|
|
2723
|
+
"issue": "Property 'zeroDataRetention' missing description",
|
|
2724
|
+
"severity": "info"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"itemType": "tool",
|
|
2728
|
+
"itemName": "firecrawl_scrape",
|
|
2729
|
+
"issue": "Property 'maxAge' missing description",
|
|
2730
|
+
"severity": "info"
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"itemType": "tool",
|
|
2734
|
+
"itemName": "firecrawl_scrape",
|
|
2735
|
+
"issue": "Property 'lockdown' missing description",
|
|
2736
|
+
"severity": "info"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"itemType": "tool",
|
|
2740
|
+
"itemName": "firecrawl_scrape",
|
|
2741
|
+
"issue": "Property 'proxy' missing description",
|
|
2742
|
+
"severity": "info"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"itemType": "tool",
|
|
2746
|
+
"itemName": "firecrawl_scrape",
|
|
2747
|
+
"issue": "Property 'profile' missing description",
|
|
2748
|
+
"severity": "info"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"itemType": "tool",
|
|
2752
|
+
"itemName": "firecrawl_map",
|
|
2753
|
+
"issue": "Property 'url' missing description",
|
|
2754
|
+
"severity": "info"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"itemType": "tool",
|
|
2758
|
+
"itemName": "firecrawl_map",
|
|
2759
|
+
"issue": "Property 'search' missing description",
|
|
2760
|
+
"severity": "info"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"itemType": "tool",
|
|
2764
|
+
"itemName": "firecrawl_map",
|
|
2765
|
+
"issue": "Property 'sitemap' missing description",
|
|
2766
|
+
"severity": "info"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"itemType": "tool",
|
|
2770
|
+
"itemName": "firecrawl_map",
|
|
2771
|
+
"issue": "Property 'includeSubdomains' missing description",
|
|
2772
|
+
"severity": "info"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"itemType": "tool",
|
|
2776
|
+
"itemName": "firecrawl_map",
|
|
2777
|
+
"issue": "Property 'limit' missing description",
|
|
2778
|
+
"severity": "info"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"itemType": "tool",
|
|
2782
|
+
"itemName": "firecrawl_map",
|
|
2783
|
+
"issue": "Property 'ignoreQueryParameters' missing description",
|
|
2784
|
+
"severity": "info"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"itemType": "tool",
|
|
2788
|
+
"itemName": "firecrawl_search",
|
|
2789
|
+
"issue": "Property 'query' missing description",
|
|
2790
|
+
"severity": "info"
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"itemType": "tool",
|
|
2794
|
+
"itemName": "firecrawl_search",
|
|
2795
|
+
"issue": "Property 'limit' missing description",
|
|
2796
|
+
"severity": "info"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"itemType": "tool",
|
|
2800
|
+
"itemName": "firecrawl_search",
|
|
2801
|
+
"issue": "Property 'tbs' missing description",
|
|
2802
|
+
"severity": "info"
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"itemType": "tool",
|
|
2806
|
+
"itemName": "firecrawl_search",
|
|
2807
|
+
"issue": "Property 'filter' missing description",
|
|
2808
|
+
"severity": "info"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"itemType": "tool",
|
|
2812
|
+
"itemName": "firecrawl_search",
|
|
2813
|
+
"issue": "Property 'location' missing description",
|
|
2814
|
+
"severity": "info"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"itemType": "tool",
|
|
2818
|
+
"itemName": "firecrawl_search",
|
|
2819
|
+
"issue": "Property 'includeDomains' missing description",
|
|
2820
|
+
"severity": "info"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"itemType": "tool",
|
|
2824
|
+
"itemName": "firecrawl_search",
|
|
2825
|
+
"issue": "Property 'excludeDomains' missing description",
|
|
2826
|
+
"severity": "info"
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"itemType": "tool",
|
|
2830
|
+
"itemName": "firecrawl_search",
|
|
2831
|
+
"issue": "Property 'sources' missing description",
|
|
2832
|
+
"severity": "info"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"itemType": "tool",
|
|
2836
|
+
"itemName": "firecrawl_search",
|
|
2837
|
+
"issue": "Property 'scrapeOptions' missing description",
|
|
2838
|
+
"severity": "info"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"itemType": "tool",
|
|
2842
|
+
"itemName": "firecrawl_search",
|
|
2843
|
+
"issue": "Property 'enterprise' missing description",
|
|
2844
|
+
"severity": "info"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"itemType": "tool",
|
|
2848
|
+
"itemName": "firecrawl_search_feedback",
|
|
2849
|
+
"issue": "Property 'searchId' missing description",
|
|
2850
|
+
"severity": "info"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"itemType": "tool",
|
|
2854
|
+
"itemName": "firecrawl_search_feedback",
|
|
2855
|
+
"issue": "Property 'rating' missing description",
|
|
2856
|
+
"severity": "info"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"itemType": "tool",
|
|
2860
|
+
"itemName": "firecrawl_search_feedback",
|
|
2861
|
+
"issue": "Property 'valuableSources' missing description",
|
|
2862
|
+
"severity": "info"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"itemType": "tool",
|
|
2866
|
+
"itemName": "firecrawl_search_feedback",
|
|
2867
|
+
"issue": "Property 'querySuggestions' missing description",
|
|
2868
|
+
"severity": "info"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"itemType": "tool",
|
|
2872
|
+
"itemName": "firecrawl_feedback",
|
|
2873
|
+
"issue": "Property 'endpoint' missing description",
|
|
2874
|
+
"severity": "info"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"itemType": "tool",
|
|
2878
|
+
"itemName": "firecrawl_feedback",
|
|
2879
|
+
"issue": "Property 'jobId' missing description",
|
|
2880
|
+
"severity": "info"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"itemType": "tool",
|
|
2884
|
+
"itemName": "firecrawl_feedback",
|
|
2885
|
+
"issue": "Property 'rating' missing description",
|
|
2886
|
+
"severity": "info"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"itemType": "tool",
|
|
2890
|
+
"itemName": "firecrawl_feedback",
|
|
2891
|
+
"issue": "Property 'issues' missing description",
|
|
2892
|
+
"severity": "info"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"itemType": "tool",
|
|
2896
|
+
"itemName": "firecrawl_feedback",
|
|
2897
|
+
"issue": "Property 'tags' missing description",
|
|
2898
|
+
"severity": "info"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"itemType": "tool",
|
|
2902
|
+
"itemName": "firecrawl_feedback",
|
|
2903
|
+
"issue": "Property 'note' missing description",
|
|
2904
|
+
"severity": "info"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"itemType": "tool",
|
|
2908
|
+
"itemName": "firecrawl_feedback",
|
|
2909
|
+
"issue": "Property 'valuableSources' missing description",
|
|
2910
|
+
"severity": "info"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"itemType": "tool",
|
|
2914
|
+
"itemName": "firecrawl_feedback",
|
|
2915
|
+
"issue": "Property 'missingContent' missing description",
|
|
2916
|
+
"severity": "info"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"itemType": "tool",
|
|
2920
|
+
"itemName": "firecrawl_feedback",
|
|
2921
|
+
"issue": "Property 'querySuggestions' missing description",
|
|
2922
|
+
"severity": "info"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"itemType": "tool",
|
|
2926
|
+
"itemName": "firecrawl_feedback",
|
|
2927
|
+
"issue": "Property 'url' missing description",
|
|
2928
|
+
"severity": "info"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"itemType": "tool",
|
|
2932
|
+
"itemName": "firecrawl_feedback",
|
|
2933
|
+
"issue": "Property 'pageNumbers' missing description",
|
|
2934
|
+
"severity": "info"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"itemType": "tool",
|
|
2938
|
+
"itemName": "firecrawl_feedback",
|
|
2939
|
+
"issue": "Property 'metadata' missing description",
|
|
2940
|
+
"severity": "info"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"itemType": "tool",
|
|
2944
|
+
"itemName": "firecrawl_crawl",
|
|
2945
|
+
"issue": "Property 'url' missing description",
|
|
2946
|
+
"severity": "info"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"itemType": "tool",
|
|
2950
|
+
"itemName": "firecrawl_crawl",
|
|
2951
|
+
"issue": "Property 'prompt' missing description",
|
|
2952
|
+
"severity": "info"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"itemType": "tool",
|
|
2956
|
+
"itemName": "firecrawl_crawl",
|
|
2957
|
+
"issue": "Property 'excludePaths' missing description",
|
|
2958
|
+
"severity": "info"
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"itemType": "tool",
|
|
2962
|
+
"itemName": "firecrawl_crawl",
|
|
2963
|
+
"issue": "Property 'includePaths' missing description",
|
|
2964
|
+
"severity": "info"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"itemType": "tool",
|
|
2968
|
+
"itemName": "firecrawl_crawl",
|
|
2969
|
+
"issue": "Property 'maxDiscoveryDepth' missing description",
|
|
2970
|
+
"severity": "info"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"itemType": "tool",
|
|
2974
|
+
"itemName": "firecrawl_crawl",
|
|
2975
|
+
"issue": "Property 'sitemap' missing description",
|
|
2976
|
+
"severity": "info"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"itemType": "tool",
|
|
2980
|
+
"itemName": "firecrawl_crawl",
|
|
2981
|
+
"issue": "Property 'limit' missing description",
|
|
2982
|
+
"severity": "info"
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"itemType": "tool",
|
|
2986
|
+
"itemName": "firecrawl_crawl",
|
|
2987
|
+
"issue": "Property 'allowExternalLinks' missing description",
|
|
2988
|
+
"severity": "info"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"itemType": "tool",
|
|
2992
|
+
"itemName": "firecrawl_crawl",
|
|
2993
|
+
"issue": "Property 'allowSubdomains' missing description",
|
|
2994
|
+
"severity": "info"
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"itemType": "tool",
|
|
2998
|
+
"itemName": "firecrawl_crawl",
|
|
2999
|
+
"issue": "Property 'crawlEntireDomain' missing description",
|
|
3000
|
+
"severity": "info"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"itemType": "tool",
|
|
3004
|
+
"itemName": "firecrawl_crawl",
|
|
3005
|
+
"issue": "Property 'delay' missing description",
|
|
3006
|
+
"severity": "info"
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"itemType": "tool",
|
|
3010
|
+
"itemName": "firecrawl_crawl",
|
|
3011
|
+
"issue": "Property 'maxConcurrency' missing description",
|
|
3012
|
+
"severity": "info"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"itemType": "tool",
|
|
3016
|
+
"itemName": "firecrawl_crawl",
|
|
3017
|
+
"issue": "Property 'webhook' missing description",
|
|
3018
|
+
"severity": "info"
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"itemType": "tool",
|
|
3022
|
+
"itemName": "firecrawl_crawl",
|
|
3023
|
+
"issue": "Property 'webhookHeaders' missing description",
|
|
3024
|
+
"severity": "info"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"itemType": "tool",
|
|
3028
|
+
"itemName": "firecrawl_crawl",
|
|
3029
|
+
"issue": "Property 'deduplicateSimilarURLs' missing description",
|
|
3030
|
+
"severity": "info"
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"itemType": "tool",
|
|
3034
|
+
"itemName": "firecrawl_crawl",
|
|
3035
|
+
"issue": "Property 'ignoreQueryParameters' missing description",
|
|
3036
|
+
"severity": "info"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"itemType": "tool",
|
|
3040
|
+
"itemName": "firecrawl_crawl",
|
|
3041
|
+
"issue": "Property 'scrapeOptions' missing description",
|
|
3042
|
+
"severity": "info"
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"itemType": "tool",
|
|
3046
|
+
"itemName": "firecrawl_check_crawl_status",
|
|
3047
|
+
"issue": "Property 'id' missing description",
|
|
3048
|
+
"severity": "info"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"itemType": "tool",
|
|
3052
|
+
"itemName": "firecrawl_extract",
|
|
3053
|
+
"issue": "Property 'urls' missing description",
|
|
3054
|
+
"severity": "info"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"itemType": "tool",
|
|
3058
|
+
"itemName": "firecrawl_extract",
|
|
3059
|
+
"issue": "Property 'prompt' missing description",
|
|
3060
|
+
"severity": "info"
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"itemType": "tool",
|
|
3064
|
+
"itemName": "firecrawl_extract",
|
|
3065
|
+
"issue": "Property 'schema' missing description",
|
|
3066
|
+
"severity": "info"
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"itemType": "tool",
|
|
3070
|
+
"itemName": "firecrawl_extract",
|
|
3071
|
+
"issue": "Property 'allowExternalLinks' missing description",
|
|
3072
|
+
"severity": "info"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"itemType": "tool",
|
|
3076
|
+
"itemName": "firecrawl_extract",
|
|
3077
|
+
"issue": "Property 'enableWebSearch' missing description",
|
|
3078
|
+
"severity": "info"
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"itemType": "tool",
|
|
3082
|
+
"itemName": "firecrawl_extract",
|
|
3083
|
+
"issue": "Property 'includeSubdomains' missing description",
|
|
3084
|
+
"severity": "info"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"itemType": "tool",
|
|
3088
|
+
"itemName": "firecrawl_agent",
|
|
3089
|
+
"issue": "Property 'prompt' missing description",
|
|
3090
|
+
"severity": "info"
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"itemType": "tool",
|
|
3094
|
+
"itemName": "firecrawl_agent",
|
|
3095
|
+
"issue": "Property 'urls' missing description",
|
|
3096
|
+
"severity": "info"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"itemType": "tool",
|
|
3100
|
+
"itemName": "firecrawl_agent",
|
|
3101
|
+
"issue": "Property 'schema' missing description",
|
|
3102
|
+
"severity": "info"
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"itemType": "tool",
|
|
3106
|
+
"itemName": "firecrawl_agent_status",
|
|
3107
|
+
"issue": "Property 'id' missing description",
|
|
3108
|
+
"severity": "info"
|
|
3109
|
+
},
|
|
3110
|
+
{
|
|
3111
|
+
"itemType": "tool",
|
|
3112
|
+
"itemName": "firecrawl_interact",
|
|
3113
|
+
"issue": "Has properties but no 'required' array declared",
|
|
3114
|
+
"severity": "info"
|
|
3115
|
+
},
|
|
3116
|
+
{
|
|
3117
|
+
"itemType": "tool",
|
|
3118
|
+
"itemName": "firecrawl_interact",
|
|
3119
|
+
"issue": "Property 'scrapeId' missing description",
|
|
3120
|
+
"severity": "info"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"itemType": "tool",
|
|
3124
|
+
"itemName": "firecrawl_interact",
|
|
3125
|
+
"issue": "Property 'url' missing description",
|
|
3126
|
+
"severity": "info"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"itemType": "tool",
|
|
3130
|
+
"itemName": "firecrawl_interact",
|
|
3131
|
+
"issue": "Property 'prompt' missing description",
|
|
3132
|
+
"severity": "info"
|
|
3133
|
+
},
|
|
3134
|
+
{
|
|
3135
|
+
"itemType": "tool",
|
|
3136
|
+
"itemName": "firecrawl_interact",
|
|
3137
|
+
"issue": "Property 'code' missing description",
|
|
3138
|
+
"severity": "info"
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"itemType": "tool",
|
|
3142
|
+
"itemName": "firecrawl_interact",
|
|
3143
|
+
"issue": "Property 'language' missing description",
|
|
3144
|
+
"severity": "info"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"itemType": "tool",
|
|
3148
|
+
"itemName": "firecrawl_interact",
|
|
3149
|
+
"issue": "Property 'timeout' missing description",
|
|
3150
|
+
"severity": "info"
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"itemType": "tool",
|
|
3154
|
+
"itemName": "firecrawl_interact",
|
|
3155
|
+
"issue": "Property 'scrapeOptions' missing description",
|
|
3156
|
+
"severity": "info"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"itemType": "tool",
|
|
3160
|
+
"itemName": "firecrawl_interact_stop",
|
|
3161
|
+
"issue": "Property 'scrapeId' missing description",
|
|
3162
|
+
"severity": "info"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"itemType": "tool",
|
|
3166
|
+
"itemName": "firecrawl_parse",
|
|
3167
|
+
"issue": "Property 'formats' missing description",
|
|
3168
|
+
"severity": "info"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"itemType": "tool",
|
|
3172
|
+
"itemName": "firecrawl_parse",
|
|
3173
|
+
"issue": "Property 'jsonOptions' missing description",
|
|
3174
|
+
"severity": "info"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"itemType": "tool",
|
|
3178
|
+
"itemName": "firecrawl_parse",
|
|
3179
|
+
"issue": "Property 'queryOptions' missing description",
|
|
3180
|
+
"severity": "info"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"itemType": "tool",
|
|
3184
|
+
"itemName": "firecrawl_parse",
|
|
3185
|
+
"issue": "Property 'parsers' missing description",
|
|
3186
|
+
"severity": "info"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"itemType": "tool",
|
|
3190
|
+
"itemName": "firecrawl_parse",
|
|
3191
|
+
"issue": "Property 'pdfOptions' missing description",
|
|
3192
|
+
"severity": "info"
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"itemType": "tool",
|
|
3196
|
+
"itemName": "firecrawl_parse",
|
|
3197
|
+
"issue": "Property 'onlyMainContent' missing description",
|
|
3198
|
+
"severity": "info"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"itemType": "tool",
|
|
3202
|
+
"itemName": "firecrawl_parse",
|
|
3203
|
+
"issue": "Property 'redactPII' missing description",
|
|
3204
|
+
"severity": "info"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"itemType": "tool",
|
|
3208
|
+
"itemName": "firecrawl_parse",
|
|
3209
|
+
"issue": "Property 'includeTags' missing description",
|
|
3210
|
+
"severity": "info"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"itemType": "tool",
|
|
3214
|
+
"itemName": "firecrawl_parse",
|
|
3215
|
+
"issue": "Property 'excludeTags' missing description",
|
|
3216
|
+
"severity": "info"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"itemType": "tool",
|
|
3220
|
+
"itemName": "firecrawl_parse",
|
|
3221
|
+
"issue": "Property 'removeBase64Images' missing description",
|
|
3222
|
+
"severity": "info"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"itemType": "tool",
|
|
3226
|
+
"itemName": "firecrawl_parse",
|
|
3227
|
+
"issue": "Property 'skipTlsVerification' missing description",
|
|
3228
|
+
"severity": "info"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"itemType": "tool",
|
|
3232
|
+
"itemName": "firecrawl_parse",
|
|
3233
|
+
"issue": "Property 'storeInCache' missing description",
|
|
3234
|
+
"severity": "info"
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"itemType": "tool",
|
|
3238
|
+
"itemName": "firecrawl_parse",
|
|
3239
|
+
"issue": "Property 'zeroDataRetention' missing description",
|
|
3240
|
+
"severity": "info"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"itemType": "tool",
|
|
3244
|
+
"itemName": "firecrawl_parse",
|
|
3245
|
+
"issue": "Property 'maxAge' missing description",
|
|
3246
|
+
"severity": "info"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"itemType": "tool",
|
|
3250
|
+
"itemName": "firecrawl_parse",
|
|
3251
|
+
"issue": "Property 'proxy' missing description",
|
|
3252
|
+
"severity": "info"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"itemType": "tool",
|
|
3256
|
+
"itemName": "firecrawl_monitor_create",
|
|
3257
|
+
"issue": "Has properties but no 'required' array declared",
|
|
3258
|
+
"severity": "info"
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
"itemType": "tool",
|
|
3262
|
+
"itemName": "firecrawl_monitor_create",
|
|
3263
|
+
"issue": "Property 'body' missing description",
|
|
3264
|
+
"severity": "info"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"itemType": "tool",
|
|
3268
|
+
"itemName": "firecrawl_monitor_create",
|
|
3269
|
+
"issue": "Property 'page' missing description",
|
|
3270
|
+
"severity": "info"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"itemType": "tool",
|
|
3274
|
+
"itemName": "firecrawl_monitor_create",
|
|
3275
|
+
"issue": "Property 'pages' missing description",
|
|
3276
|
+
"severity": "info"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"itemType": "tool",
|
|
3280
|
+
"itemName": "firecrawl_monitor_create",
|
|
3281
|
+
"issue": "Property 'queries' missing description",
|
|
3282
|
+
"severity": "info"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"itemType": "tool",
|
|
3286
|
+
"itemName": "firecrawl_monitor_create",
|
|
3287
|
+
"issue": "Property 'searchWindow' missing description",
|
|
3288
|
+
"severity": "info"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"itemType": "tool",
|
|
3292
|
+
"itemName": "firecrawl_monitor_create",
|
|
3293
|
+
"issue": "Property 'maxResults' missing description",
|
|
3294
|
+
"severity": "info"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"itemType": "tool",
|
|
3298
|
+
"itemName": "firecrawl_monitor_create",
|
|
3299
|
+
"issue": "Property 'includeDomains' missing description",
|
|
3300
|
+
"severity": "info"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"itemType": "tool",
|
|
3304
|
+
"itemName": "firecrawl_monitor_create",
|
|
3305
|
+
"issue": "Property 'excludeDomains' missing description",
|
|
3306
|
+
"severity": "info"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"itemType": "tool",
|
|
3310
|
+
"itemName": "firecrawl_monitor_create",
|
|
3311
|
+
"issue": "Property 'goal' missing description",
|
|
3312
|
+
"severity": "info"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"itemType": "tool",
|
|
3316
|
+
"itemName": "firecrawl_monitor_create",
|
|
3317
|
+
"issue": "Property 'name' missing description",
|
|
3318
|
+
"severity": "info"
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"itemType": "tool",
|
|
3322
|
+
"itemName": "firecrawl_monitor_create",
|
|
3323
|
+
"issue": "Property 'scheduleText' missing description",
|
|
3324
|
+
"severity": "info"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"itemType": "tool",
|
|
3328
|
+
"itemName": "firecrawl_monitor_create",
|
|
3329
|
+
"issue": "Property 'timezone' missing description",
|
|
3330
|
+
"severity": "info"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"itemType": "tool",
|
|
3334
|
+
"itemName": "firecrawl_monitor_create",
|
|
3335
|
+
"issue": "Property 'email' missing description",
|
|
3336
|
+
"severity": "info"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"itemType": "tool",
|
|
3340
|
+
"itemName": "firecrawl_monitor_create",
|
|
3341
|
+
"issue": "Property 'includeDiffs' missing description",
|
|
3342
|
+
"severity": "info"
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"itemType": "tool",
|
|
3346
|
+
"itemName": "firecrawl_monitor_create",
|
|
3347
|
+
"issue": "Property 'webhookUrl' missing description",
|
|
3348
|
+
"severity": "info"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"itemType": "tool",
|
|
3352
|
+
"itemName": "firecrawl_monitor_list",
|
|
3353
|
+
"issue": "Has properties but no 'required' array declared",
|
|
3354
|
+
"severity": "info"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"itemType": "tool",
|
|
3358
|
+
"itemName": "firecrawl_monitor_list",
|
|
3359
|
+
"issue": "Property 'limit' missing description",
|
|
3360
|
+
"severity": "info"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"itemType": "tool",
|
|
3364
|
+
"itemName": "firecrawl_monitor_list",
|
|
3365
|
+
"issue": "Property 'offset' missing description",
|
|
3366
|
+
"severity": "info"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"itemType": "tool",
|
|
3370
|
+
"itemName": "firecrawl_monitor_get",
|
|
3371
|
+
"issue": "Property 'id' missing description",
|
|
3372
|
+
"severity": "info"
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"itemType": "tool",
|
|
3376
|
+
"itemName": "firecrawl_monitor_update",
|
|
3377
|
+
"issue": "Property 'id' missing description",
|
|
3378
|
+
"severity": "info"
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"itemType": "tool",
|
|
3382
|
+
"itemName": "firecrawl_monitor_update",
|
|
3383
|
+
"issue": "Property 'body' missing description",
|
|
3384
|
+
"severity": "info"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"itemType": "tool",
|
|
3388
|
+
"itemName": "firecrawl_monitor_delete",
|
|
3389
|
+
"issue": "Property 'id' missing description",
|
|
3390
|
+
"severity": "info"
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"itemType": "tool",
|
|
3394
|
+
"itemName": "firecrawl_monitor_run",
|
|
3395
|
+
"issue": "Property 'id' missing description",
|
|
3396
|
+
"severity": "info"
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"itemType": "tool",
|
|
3400
|
+
"itemName": "firecrawl_monitor_checks",
|
|
3401
|
+
"issue": "Property 'id' missing description",
|
|
3402
|
+
"severity": "info"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"itemType": "tool",
|
|
3406
|
+
"itemName": "firecrawl_monitor_checks",
|
|
3407
|
+
"issue": "Property 'limit' missing description",
|
|
3408
|
+
"severity": "info"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"itemType": "tool",
|
|
3412
|
+
"itemName": "firecrawl_monitor_checks",
|
|
3413
|
+
"issue": "Property 'offset' missing description",
|
|
3414
|
+
"severity": "info"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"itemType": "tool",
|
|
3418
|
+
"itemName": "firecrawl_monitor_checks",
|
|
3419
|
+
"issue": "Property 'status' missing description",
|
|
3420
|
+
"severity": "info"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"itemType": "tool",
|
|
3424
|
+
"itemName": "firecrawl_monitor_check",
|
|
3425
|
+
"issue": "Property 'id' missing description",
|
|
3426
|
+
"severity": "info"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"itemType": "tool",
|
|
3430
|
+
"itemName": "firecrawl_monitor_check",
|
|
3431
|
+
"issue": "Property 'checkId' missing description",
|
|
3432
|
+
"severity": "info"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"itemType": "tool",
|
|
3436
|
+
"itemName": "firecrawl_monitor_check",
|
|
3437
|
+
"issue": "Property 'limit' missing description",
|
|
3438
|
+
"severity": "info"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"itemType": "tool",
|
|
3442
|
+
"itemName": "firecrawl_monitor_check",
|
|
3443
|
+
"issue": "Property 'skip' missing description",
|
|
3444
|
+
"severity": "info"
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"itemType": "tool",
|
|
3448
|
+
"itemName": "firecrawl_monitor_check",
|
|
3449
|
+
"issue": "Property 'pageStatus' missing description",
|
|
3450
|
+
"severity": "info"
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"itemType": "tool",
|
|
3454
|
+
"itemName": "firecrawl_research_related_papers",
|
|
3455
|
+
"issue": "Property 'seed_ids' missing description",
|
|
3456
|
+
"severity": "info"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"itemType": "tool",
|
|
3460
|
+
"itemName": "firecrawl_research_related_papers",
|
|
3461
|
+
"issue": "Property 'intent' missing description",
|
|
3462
|
+
"severity": "info"
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"itemType": "tool",
|
|
3466
|
+
"itemName": "firecrawl_research_related_papers",
|
|
3467
|
+
"issue": "Property 'mode' missing description",
|
|
3468
|
+
"severity": "info"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"itemType": "tool",
|
|
3472
|
+
"itemName": "firecrawl_research_related_papers",
|
|
3473
|
+
"issue": "Property 'k' missing description",
|
|
3474
|
+
"severity": "info"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"itemType": "tool",
|
|
3478
|
+
"itemName": "firecrawl_research_read_paper",
|
|
3479
|
+
"issue": "Property 'question' missing description",
|
|
3480
|
+
"severity": "info"
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"itemType": "tool",
|
|
3484
|
+
"itemName": "firecrawl_research_search_github",
|
|
3485
|
+
"issue": "Property 'query' missing description",
|
|
3486
|
+
"severity": "info"
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"itemType": "tool",
|
|
3490
|
+
"itemName": "firecrawl_research_search_github",
|
|
3491
|
+
"issue": "Property 'k' missing description",
|
|
3492
|
+
"severity": "info"
|
|
3493
|
+
}
|
|
3494
|
+
]
|
|
3495
|
+
}
|
|
3496
|
+
]
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"id": "security",
|
|
3500
|
+
"capability": "security",
|
|
3501
|
+
"status": "fail",
|
|
3502
|
+
"durationMs": 1.0629580000022543,
|
|
3503
|
+
"message": "Found 1 security finding(s): 1 high, 0 medium, 0 low.",
|
|
3504
|
+
"evidence": [
|
|
3505
|
+
{
|
|
3506
|
+
"endpoint": "security/scan",
|
|
3507
|
+
"advertised": true,
|
|
3508
|
+
"responded": true,
|
|
3509
|
+
"minimalShapePresent": true,
|
|
3510
|
+
"itemCount": 1,
|
|
3511
|
+
"identifiers": [
|
|
3512
|
+
"firecrawl_interact"
|
|
3513
|
+
],
|
|
3514
|
+
"diagnostics": [
|
|
3515
|
+
"[high] Tool \"firecrawl_interact\" has parameter \"code\" which may allow arbitrary command execution."
|
|
3516
|
+
],
|
|
3517
|
+
"findings": [
|
|
3518
|
+
{
|
|
3519
|
+
"ruleId": "shell-injection",
|
|
3520
|
+
"severity": "high",
|
|
3521
|
+
"toolName": "firecrawl_interact",
|
|
3522
|
+
"message": "Tool \"firecrawl_interact\" has parameter \"code\" which may allow arbitrary command execution."
|
|
3523
|
+
}
|
|
3524
|
+
]
|
|
3525
|
+
}
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"id": "attack-sim",
|
|
3530
|
+
"capability": "attack-sim",
|
|
3531
|
+
"status": "fail",
|
|
3532
|
+
"durationMs": 1.881333999997878,
|
|
3533
|
+
"message": "Safe attack simulation found 9 finding(s): 1 high, 8 medium, 0 low.",
|
|
3534
|
+
"evidence": [
|
|
3535
|
+
{
|
|
3536
|
+
"endpoint": "attack-sim/safe",
|
|
3537
|
+
"advertised": true,
|
|
3538
|
+
"responded": true,
|
|
3539
|
+
"minimalShapePresent": true,
|
|
3540
|
+
"itemCount": 9,
|
|
3541
|
+
"identifiers": [
|
|
3542
|
+
"firecrawl_scrape",
|
|
3543
|
+
"firecrawl_search",
|
|
3544
|
+
"firecrawl_feedback",
|
|
3545
|
+
"firecrawl_crawl",
|
|
3546
|
+
"firecrawl_interact",
|
|
3547
|
+
"firecrawl_parse",
|
|
3548
|
+
"firecrawl_monitor_create",
|
|
3549
|
+
"firecrawl_monitor_update",
|
|
3550
|
+
"firecrawl_research_search_papers"
|
|
3551
|
+
],
|
|
3552
|
+
"diagnostics": [
|
|
3553
|
+
"[medium] Tool \"firecrawl_scrape\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
3554
|
+
"[medium] Tool \"firecrawl_search\" combines broad parameters (query) with destructive or non-read-only behavior.",
|
|
3555
|
+
"[medium] Tool \"firecrawl_feedback\" combines broad parameters (endpoint, url) with destructive or non-read-only behavior.",
|
|
3556
|
+
"[medium] Tool \"firecrawl_crawl\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
3557
|
+
"[high] Tool \"firecrawl_interact\" combines broad parameters (url, code) with destructive or non-read-only behavior.",
|
|
3558
|
+
"[medium] Tool \"firecrawl_parse\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
3559
|
+
"[medium] Tool \"firecrawl_monitor_create\" combines broad parameters (body) with destructive or non-read-only behavior.",
|
|
3560
|
+
"[medium] Tool \"firecrawl_monitor_update\" combines broad parameters (body) with destructive or non-read-only behavior.",
|
|
3561
|
+
"[medium] Tool \"firecrawl_research_search_papers\" combines broad parameters (query) with destructive or non-read-only behavior."
|
|
3562
|
+
],
|
|
3563
|
+
"findings": [
|
|
3564
|
+
{
|
|
3565
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3566
|
+
"attackClass": "permission-boundary",
|
|
3567
|
+
"severity": "medium",
|
|
3568
|
+
"itemType": "tool",
|
|
3569
|
+
"itemName": "firecrawl_scrape",
|
|
3570
|
+
"message": "Tool \"firecrawl_scrape\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
3571
|
+
"evidence": {
|
|
3572
|
+
"broadParams": [
|
|
3573
|
+
"url"
|
|
3574
|
+
],
|
|
3575
|
+
"annotations": {
|
|
3576
|
+
"title": "Scrape a URL",
|
|
3577
|
+
"readOnlyHint": false,
|
|
3578
|
+
"destructiveHint": false,
|
|
3579
|
+
"openWorldHint": true
|
|
3580
|
+
},
|
|
3581
|
+
"description": "\nScrape content from a single URL with advanced options.\nThis is the most powerful, fastest and most reliable scraper tool, if available you should always default to using this tool for any web scraping needs.\n\n**Best for:** Single page content extraction, when you know exactly which page contains the information.\n**Not recommended for:** Multiple pages (call scrape multiple times or use crawl), unknown page location (use search).\n**Common mistakes:** Using markdown format when extracting specific data points (use JSON instead).\n**Other Features:** Use 'branding' format to extract brand identity (colors, fonts, typography, spacing, UI components) for design analysis or style replication.\n\n**CRITICAL - Format Selection (you MUST follow this):**\nWhen the user asks for SPECIFIC data points, you MUST use JSON format with a schema. Only use markdown when the user needs the ENTIRE page content.\n\n**Use JSON format when user asks for:**\n- Parameters, fields, or specifications (e.g., \"get the header parameters\", \"what are the required fields\")\n- Prices, numbers, or structured data (e.g., \"extract the pricing\", \"get the product details\")\n- API details, endpoints, or technical specs (e.g., \"find the authentication endpoint\")\n- Lists of items or properties (e.g., \"list the features\", \"get all the options\")\n- Any specific piece of information from a page\n\n**Use markdown format ONLY when:**\n- User wants to read/summarize an entire article or blog post\n- User needs to see all content on a page without specific extraction\n- User explicitly asks for the full page content\n\n**Handling JavaScript-rendered pages (SPAs):**\nIf JSON extraction returns empty, minimal, or just navigation content, the page is likely JavaScript-rendered or the content is on a different URL. Try these steps IN ORDER:\n1. **Add waitFor parameter:** Set `waitFor: 5000` to `waitFor: 10000` to allow JavaScript to render before extraction\n2. **Try a different URL:** If the URL has a hash fragment (#section), try the base URL or look for a direct page URL\n3. **Use firecrawl_map to find the correct page:** Large documentation sites or SPAs often spread content across multiple URLs. Use `firecrawl_map` with a `search` parameter to discover the specific page containing your target content, then scrape that URL directly.\n Example: If scraping \"https://docs.example.com/reference\" fails to find webhook parameters, use `firecrawl_map` with `{\"url\": \"https://docs.example.com/reference\", \"search\": \"webhook\"}` to find URLs like \"/reference/webhook-events\", then scrape that specific page.\n4. **Use firecrawl_agent:** As a last resort for heavily dynamic pages where map+scrape still fails, use the agent which can autonomously navigate and research\n\n**Usage Example (JSON format - REQUIRED for specific data extraction):**\n```json\n{\n \"name\": \"firecrawl_scrape\",\n \"arguments\": {\n \"url\": \"https://example.com/api-docs\",\n \"formats\": [\"json\"],\n \"jsonOptions\": {\n \"prompt\": \"Extract the header parameters for the authentication endpoint\",\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"parameters\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": { \"type\": \"string\" },\n \"type\": { \"type\": \"string\" },\n \"required\": { \"type\": \"boolean\" },\n \"description\": { \"type\": \"string\" }\n }\n }\n }\n }\n }\n }\n }\n}\n```\n\n**Prefer markdown format by default.** You can read and reason over the full page content directly — no need for an intermediate query step. Use markdown for questions about page content, factual lookups, and any task where you need to understand the page.\n\n**Use JSON format when user needs:**\n- Structured data with specific fields (extract all products with name, price, description)\n- Data in a specific schema for downstream processing\n\n**Use query format only when:**\n- The page is extremely long and you need a single targeted answer without processing the full content\n- You want a quick factual answer and don't need to retain the page content\n- Set `queryOptions.mode` to `\"directQuote\"` when you need verbatim page text; otherwise it defaults to `\"freeform\"`\n\n**Usage Example (markdown format - default for most tasks):**\n```json\n{\n \"name\": \"firecrawl_scrape\",\n \"arguments\": {\n \"url\": \"https://example.com/article\",\n \"formats\": [\"markdown\"],\n \"onlyMainContent\": true\n }\n}\n```\n**Usage Example (branding format - extract brand identity):**\n```json\n{\n \"name\": \"firecrawl_scrape\",\n \"arguments\": {\n \"url\": \"https://example.com\",\n \"formats\": [\"branding\"]\n }\n}\n```\n**Branding format:** Extracts comprehensive brand identity (colors, fonts, typography, spacing, logo, UI components) for design analysis or style replication.\n**Performance:** Add maxAge parameter for 500% faster scrapes using cached data.\n**Lockdown mode:** Set `lockdown: true` to serve the request only from the existing index/cache without any outbound network request. For air-gapped or compliance-constrained use where the request URL itself is considered sensitive. Errors on cache miss. Billed at 5 credits.\n**Privacy:** Set `redactPII: true` to return content with personally identifiable information redacted.\n**Returns:** JSON structured data, markdown, branding profile, or other formats as specified.\n\n"
|
|
3582
|
+
},
|
|
3583
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3584
|
+
"recommendedAction": "gate"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3588
|
+
"attackClass": "permission-boundary",
|
|
3589
|
+
"severity": "medium",
|
|
3590
|
+
"itemType": "tool",
|
|
3591
|
+
"itemName": "firecrawl_search",
|
|
3592
|
+
"message": "Tool \"firecrawl_search\" combines broad parameters (query) with destructive or non-read-only behavior.",
|
|
3593
|
+
"evidence": {
|
|
3594
|
+
"broadParams": [
|
|
3595
|
+
"query"
|
|
3596
|
+
],
|
|
3597
|
+
"annotations": {
|
|
3598
|
+
"title": "Search the web",
|
|
3599
|
+
"readOnlyHint": true,
|
|
3600
|
+
"destructiveHint": false,
|
|
3601
|
+
"openWorldHint": true
|
|
3602
|
+
},
|
|
3603
|
+
"description": "\nSearch the web and optionally extract content from search results. This is the most powerful web search tool available, and if available you should always default to using this tool for any web search needs.\n\nThe query also supports search operators, that you can use if needed to refine the search:\n| Operator | Functionality | Examples |\n---|-|-|\n| `\"` | Non-fuzzy matches a string of text | `\"Firecrawl\"`\n| `-` | Excludes certain keywords or negates other operators | `-bad`, `-site:firecrawl.dev`\n| `site:` | Only returns results from a specified website | `site:firecrawl.dev`\n| `inurl:` | Only returns results that include a word in the URL | `inurl:firecrawl`\n| `allinurl:` | Only returns results that include multiple words in the URL | `allinurl:git firecrawl`\n| `intitle:` | Only returns results that include a word in the title of the page | `intitle:Firecrawl`\n| `allintitle:` | Only returns results that include multiple words in the title of the page | `allintitle:firecrawl playground`\n| `related:` | Only returns results that are related to a specific domain | `related:firecrawl.dev`\n| `imagesize:` | Only returns images with exact dimensions | `imagesize:1920x1080`\n| `larger:` | Only returns images larger than specified dimensions | `larger:1920x1080`\n\n**Best for:** Finding specific information across multiple websites, when you don't know which website has the information; when you need the most relevant content for a query.\n**Not recommended for:** When you need to search the filesystem. When you already know which website to scrape (use scrape); when you need comprehensive coverage of a single website (use map or crawl.\n**Common mistakes:** Using crawl or map for open-ended questions (use search instead).\n**Prompt Example:** \"Find the latest research papers on AI published in 2023.\"\n**Sources:** web, images, news, default to web unless needed images or news.\n**Categories:** Optional filter to limit result types: `github` (GitHub repositories, code, issues, and docs), `research` (academic and research sources), `pdf` (PDF results). Example: `categories: [\"github\", \"research\"]`.\n**Domain filters:** Use includeDomains to restrict results to specific domains, or excludeDomains to remove domains. Do not use both in the same request. Domains must be hostnames only, without protocol or path.\n**Scrape Options:** Only use scrapeOptions when you think it is absolutely necessary. When you do so default to a lower limit to avoid timeouts, 5 or lower.\n**Optimal Workflow:** Search first using firecrawl_search without formats, then after fetching the results, use the scrape tool to get the content of the relevantpage(s) that you want to scrape\n**After the search:** Once you have processed the results (or decided they were not useful), call `firecrawl_search_feedback` with the `id` from this response. The first feedback per search refunds 1 credit and helps Firecrawl improve search quality.\n\n**Usage Example without formats (Preferred):**\n```json\n{\n \"name\": \"firecrawl_search\",\n \"arguments\": {\n \"query\": \"top AI companies\",\n \"limit\": 5,\n \"includeDomains\": [\"example.com\"],\n \"sources\": [\n { \"type\": \"web\" }\n ]\n }\n}\n```\n**Usage Example with formats:**\n```json\n{\n \"name\": \"firecrawl_search\",\n \"arguments\": {\n \"query\": \"latest AI research papers 2023\",\n \"limit\": 5,\n \"categories\": [\"github\", \"research\"],\n \"lang\": \"en\",\n \"country\": \"us\",\n \"sources\": [\n { \"type\": \"web\" },\n { \"type\": \"images\" },\n { \"type\": \"news\" }\n ],\n \"scrapeOptions\": {\n \"formats\": [\"markdown\"],\n \"onlyMainContent\": true\n }\n }\n}\n```\n**Returns:** A JSON envelope of the form `{ success, data: { web?, images?, news? }, id, creditsUsed }`. Each result array contains the search results (with optional scraped content). Pass the top-level `id` to `firecrawl_search_feedback` after you've used the results.\n"
|
|
3604
|
+
},
|
|
3605
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3606
|
+
"recommendedAction": "gate"
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3610
|
+
"attackClass": "permission-boundary",
|
|
3611
|
+
"severity": "medium",
|
|
3612
|
+
"itemType": "tool",
|
|
3613
|
+
"itemName": "firecrawl_feedback",
|
|
3614
|
+
"message": "Tool \"firecrawl_feedback\" combines broad parameters (endpoint, url) with destructive or non-read-only behavior.",
|
|
3615
|
+
"evidence": {
|
|
3616
|
+
"broadParams": [
|
|
3617
|
+
"endpoint",
|
|
3618
|
+
"url"
|
|
3619
|
+
],
|
|
3620
|
+
"annotations": {
|
|
3621
|
+
"title": "Send feedback on a Firecrawl job",
|
|
3622
|
+
"readOnlyHint": false,
|
|
3623
|
+
"destructiveHint": false,
|
|
3624
|
+
"openWorldHint": true
|
|
3625
|
+
},
|
|
3626
|
+
"description": "\nSend 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.\n\nFor 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:\n\n- **endpoint** — one of `search`, `scrape`, `parse`, or `map`.\n- **jobId** — the id returned by that endpoint.\n- **rating** — overall result quality: `good`, `partial`, or `bad`.\n- **issues** — stable lowercase issue codes such as `missing_markdown`, `bad_pdf_parse`, or `wrong_links`.\n- **tags** — optional lowercase tags for grouping feedback.\n- **note** — short human-readable context. Do not include huge page contents or raw scrape results.\n- **url**, **pageNumbers**, and **metadata** — small contextual fields that identify what the feedback refers to.\n\nDo not store multi-MB outputs in feedback. Use concise notes, issue codes, URLs, and page numbers.\n\n**Returns:** `{ success, feedbackId, creditsRefunded, creditsRefundedToday?, dailyRefundCap?, dailyCapReached?, alreadySubmitted?, warning? }` JSON.\n"
|
|
3627
|
+
},
|
|
3628
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3629
|
+
"recommendedAction": "gate"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3633
|
+
"attackClass": "permission-boundary",
|
|
3634
|
+
"severity": "medium",
|
|
3635
|
+
"itemType": "tool",
|
|
3636
|
+
"itemName": "firecrawl_crawl",
|
|
3637
|
+
"message": "Tool \"firecrawl_crawl\" combines broad parameters (url) with destructive or non-read-only behavior.",
|
|
3638
|
+
"evidence": {
|
|
3639
|
+
"broadParams": [
|
|
3640
|
+
"url"
|
|
3641
|
+
],
|
|
3642
|
+
"annotations": {
|
|
3643
|
+
"title": "Run a site crawl",
|
|
3644
|
+
"readOnlyHint": false,
|
|
3645
|
+
"destructiveHint": false,
|
|
3646
|
+
"openWorldHint": true
|
|
3647
|
+
},
|
|
3648
|
+
"description": "\n Starts a crawl job on a website, polls until it reaches a terminal state, and returns the final crawl status/data.\n \n **Best for:** Extracting content from multiple related pages, when you need comprehensive coverage.\n **Not recommended for:** Extracting content from a single page (use scrape); when token limits are a concern (use map + scrape for tighter control); when you need fast results (crawling can be slow).\n **Warning:** Crawl responses can be very large and may exceed token limits. Limit the crawl depth and number of pages, or use map + scrape for tighter control.\n **Common mistakes:** Setting limit or maxDiscoveryDepth too high (causes token overflow) or too low (causes missing pages); using crawl for a single page (use scrape instead). Using a /* wildcard is not recommended.\n **Prompt Example:** \"Get all blog posts from the first two levels of example.com/blog.\"\n **Usage Example:**\n ```json\n {\n \"name\": \"firecrawl_crawl\",\n \"arguments\": {\n \"url\": \"https://example.com/blog/*\",\n \"maxDiscoveryDepth\": 5,\n \"limit\": 20,\n \"allowExternalLinks\": false,\n \"deduplicateSimilarURLs\": true,\n \"sitemap\": \"include\"\n }\n }\n ```\n **Returns:** Final crawl status and data after internal polling, including the crawl id. Use firecrawl_check_crawl_status only when you need to re-check an existing crawl ID later.\n \n "
|
|
3649
|
+
},
|
|
3650
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3651
|
+
"recommendedAction": "gate"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3655
|
+
"attackClass": "permission-boundary",
|
|
3656
|
+
"severity": "high",
|
|
3657
|
+
"itemType": "tool",
|
|
3658
|
+
"itemName": "firecrawl_interact",
|
|
3659
|
+
"message": "Tool \"firecrawl_interact\" combines broad parameters (url, code) with destructive or non-read-only behavior.",
|
|
3660
|
+
"evidence": {
|
|
3661
|
+
"broadParams": [
|
|
3662
|
+
"url",
|
|
3663
|
+
"code"
|
|
3664
|
+
],
|
|
3665
|
+
"annotations": {
|
|
3666
|
+
"title": "Interact with a scraped page",
|
|
3667
|
+
"readOnlyHint": false,
|
|
3668
|
+
"destructiveHint": false,
|
|
3669
|
+
"openWorldHint": true
|
|
3670
|
+
},
|
|
3671
|
+
"description": "\nInteract with a page in a live browser session: click buttons, fill forms, extract dynamic content, or navigate deeper.\n\n**Best for:** Multi-step workflows on a single page — searching a site, clicking through results, filling forms, extracting data that requires interaction.\n**Two ways to target a page:**\n- Pass a `url` to interact directly. The session is opened for you in one call (use this for a fresh page).\n- Pass a `scrapeId` from a previous firecrawl_scrape to reuse that already-loaded page (cheaper when you just scraped it).\n\n**Arguments:**\n- url: Page to interact with; opens a session for you (use this OR scrapeId)\n- scrapeId: Scrape job ID from a previous scrape, found in its metadata (use this OR url)\n- prompt: Natural language instruction describing the action to take (use this OR code)\n- code: Code to execute in the browser session (use this OR prompt)\n- language: \"bash\", \"python\", or \"node\" (optional, defaults to \"node\", only used with code)\n- timeout: Interact execution timeout in seconds, 1-300 (optional, defaults to 30)\n- scrapeOptions: Optional scrape controls used only with url mode, such as waitFor, maxAge, proxy, or zeroDataRetention\n\n**Usage Example (prompt, direct via url):**\n```json\n{\n \"name\": \"firecrawl_interact\",\n \"arguments\": {\n \"url\": \"https://example.com/products\",\n \"prompt\": \"Click on the first product and tell me its price\"\n }\n}\n```\n\n**Usage Example (code):**\n```json\n{\n \"name\": \"firecrawl_interact\",\n \"arguments\": {\n \"scrapeId\": \"scrape-id-from-previous-scrape\",\n \"code\": \"agent-browser click @e5\",\n \"language\": \"bash\"\n }\n}\n```\n**Returns:** Execution result including output, stdout, stderr, exit code, and live view URLs.\n"
|
|
3672
|
+
},
|
|
3673
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3674
|
+
"recommendedAction": "quarantine"
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3678
|
+
"attackClass": "permission-boundary",
|
|
3679
|
+
"severity": "medium",
|
|
3680
|
+
"itemType": "tool",
|
|
3681
|
+
"itemName": "firecrawl_parse",
|
|
3682
|
+
"message": "Tool \"firecrawl_parse\" combines broad parameters (filePath) with destructive or non-read-only behavior.",
|
|
3683
|
+
"evidence": {
|
|
3684
|
+
"broadParams": [
|
|
3685
|
+
"filePath"
|
|
3686
|
+
],
|
|
3687
|
+
"annotations": {
|
|
3688
|
+
"title": "Parse a local file",
|
|
3689
|
+
"readOnlyHint": true,
|
|
3690
|
+
"destructiveHint": false,
|
|
3691
|
+
"openWorldHint": false
|
|
3692
|
+
},
|
|
3693
|
+
"description": "\nParse a file using Firecrawl's /v2/parse endpoint.\n\nIn local/non-cloud MCP mode, this tool reads filePath from the MCP server filesystem and posts multipart data to the configured self-hosted FIRECRAWL_API_URL, preserving the existing direct-read behavior.\n\nIn hosted CLOUD_SERVICE mode, this tool is a two-call flow because hosted MCP cannot read your local filesystem:\n1. Call with filePath, contentType, parse options, and optional declaredSizeBytes. The hosted server mints a short-lived upload URL and returns a safe local curl PUT command plus nextToolCall.\n2. Run the returned curl command locally, then call firecrawl_parse again with uploadRef and the desired parse options. The hosted server calls /v2/parse server-side with your session credential.\n\n**Best for:** Extracting content from a local document (PDF, Word, Excel, HTML, etc.); pulling structured data out of a file with JSON format; converting binary documents into markdown for downstream reasoning.\n**Not recommended for:** Remote URLs (use firecrawl_scrape); multiple files at once (call parse multiple times); documents that require interactive actions, screenshots, or change tracking — those aren't supported by the parse endpoint.\n**Common mistakes:** In hosted mode, do not pass both filePath and uploadRef. Phase 1 uses filePath only to generate upload instructions; phase 2 uses uploadRef only to parse server-side.\n\n**Supported file types:** .html, .htm, .xhtml, .pdf, .docx, .doc, .odt, .rtf, .xlsx, .xls\n**Unsupported options:** actions, screenshot/branding/changeTracking formats, waitFor > 0, location, mobile, proxy values other than \"auto\" or \"basic\".\n**Privacy:** Set `redactPII: true` to return content with personally identifiable information redacted.\n\n**CRITICAL - Format Selection (same rules as firecrawl_scrape):**\nWhen the user asks for SPECIFIC data points from a document, you MUST use JSON format with a schema. Only use markdown when the user needs the ENTIRE document content.\n\n**Handling PDFs:**\nAdd `\"parsers\": [\"pdf\"]` (optionally with `pdfOptions.maxPages`) when parsing a PDF so the PDF engine is invoked explicitly. For very long documents, cap `maxPages` to keep the response within token limits.\n\n**Hosted phase 1 example:**\n```json\n{\n \"name\": \"firecrawl_parse\",\n \"arguments\": {\n \"filePath\": \"/absolute/path/to/document.pdf\",\n \"contentType\": \"application/pdf\",\n \"formats\": [\"markdown\"],\n \"parsers\": [\"pdf\"],\n \"zeroDataRetention\": true\n }\n}\n```\n\n**Hosted phase 2 example:**\n```json\n{\n \"name\": \"firecrawl_parse\",\n \"arguments\": {\n \"uploadRef\": \"upload-ref-from-phase-1\",\n \"formats\": [\"markdown\"],\n \"parsers\": [\"pdf\"],\n \"zeroDataRetention\": true\n }\n}\n```\n\n**Returns:** Phase 1 hosted upload instructions or a parsed document with markdown, html, links, summary, json, or query results depending on the requested formats.\n"
|
|
3694
|
+
},
|
|
3695
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3696
|
+
"recommendedAction": "gate"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3700
|
+
"attackClass": "permission-boundary",
|
|
3701
|
+
"severity": "medium",
|
|
3702
|
+
"itemType": "tool",
|
|
3703
|
+
"itemName": "firecrawl_monitor_create",
|
|
3704
|
+
"message": "Tool \"firecrawl_monitor_create\" combines broad parameters (body) with destructive or non-read-only behavior.",
|
|
3705
|
+
"evidence": {
|
|
3706
|
+
"broadParams": [
|
|
3707
|
+
"body"
|
|
3708
|
+
],
|
|
3709
|
+
"annotations": {
|
|
3710
|
+
"title": "Create monitor",
|
|
3711
|
+
"readOnlyHint": false,
|
|
3712
|
+
"destructiveHint": false,
|
|
3713
|
+
"openWorldHint": true
|
|
3714
|
+
},
|
|
3715
|
+
"description": "\nCreate a Firecrawl monitor — a recurring scrape, crawl, or search that diffs each result against the last retained snapshot.\n\nPrefer the simple path: pass `page` or `pages` plus `goal` to monitor specific URLs, OR pass `queries` plus `goal` to monitor web search results for new/changed hits. The tool will create the monitor with a 30-minute schedule and meaningful-change judging enabled by the API. Use `body` only for advanced requests such as crawl targets, JSON change tracking, custom retention, or manual `judgeEnabled` control.\n\nMeaningful-change judge: set `goal` to a plain-language description of what the user actually cares about. `judgeEnabled` defaults to true when `goal` is set, so providing `goal` is enough. Page webhooks expose `isMeaningful` and `judgment` on `monitor.page` events.\n\nSimple fields:\n- `page`: one page URL to monitor.\n- `pages`: multiple page URLs to monitor.\n- `queries`: one or more search queries (1-12) to monitor instead of fixed URLs. Each check runs the searches and diffs the result set, so you get alerted when new or changed results appear. Mutually exclusive with `page`/`pages` in the simple path.\n- `searchWindow`: optional recency window for search targets — one of `5m`, `15m`, `1h`, `6h`, `24h`, `7d` (default `24h`).\n- `maxResults`: optional max results per search, 1-50 (default 10).\n- `includeDomains` / `excludeDomains`: optional domain allow/deny lists for search targets.\n- `goal`: plain-English instruction for what changes matter. Required for the simple path (and always required when `queries` are set — web monitors must have a goal).\n- `scheduleText`: optional natural-language schedule, default `every 30 minutes`.\n- `email`: optional email recipient for summaries.\n- `webhookUrl`: optional webhook URL. Configures `monitor.page` and `monitor.check.completed`.\n\n**Search-mode example:**\n\n```json\n{\n \"name\": \"firecrawl_monitor_create\",\n \"arguments\": {\n \"queries\": [\"new LLM release\", \"frontier model launch\"],\n \"goal\": \"Notify me about major new LLM model releases.\",\n \"searchWindow\": \"24h\",\n \"maxResults\": 10\n }\n}\n```\n\nGoal guidance:\n- Expand the user's one-line monitoring intent into a concise 2-3 sentence monitor goal.\n- State what should trigger an alert, restate any scope the user gave, and include intent-specific exclusions only when obvious from the user's request.\n- Generic noise such as whitespace, formatting-only changes, request IDs, tracking params, generic metadata, and unrelated page chrome is already handled by the judge; do not repeat it in every goal.\n- If the user is vague, keep the goal broad rather than guessing exclusions. If the user asks for broad monitoring or \"any change\", preserve that and do not add exclusions that hide changes.\n- If the user says they do not care about something, include that explicitly. It is okay to ask whether they want to ignore specific noise when it is likely to matter.\n- Do not invent page-specific sections, thresholds, entities, or business rules unless the user mentioned them.\n\nQuery guidance (web monitors): `queries` control recall (what search retrieves) and `goal` controls precision (which results alert) — tune both.\n- Write keywords, not sentences: `OpenAI new model release`, not `tell me when OpenAI releases a new model`.\n- Quote multi-word entities (`\"Llama 4\"`); group synonyms with `OR` (`launch OR release OR announcement`).\n- Keep each query tight (~2-6 terms). One broad query usually beats several narrow ones — extra queries split the `maxResults` budget. Use one query per distinct entity; do not emit one per facet of a single subject.\n- Keep `site:` operators out of queries — use `includeDomains` / `excludeDomains`.\n- A healthy web monitor mostly returns `new: 0` and alerts only on genuinely new, on-goal results. Many `ignored` results ⇒ queries too broad (tighten them); nothing for long stretches ⇒ queries too narrow or window too tight (broaden); dismissed alerts ⇒ goal too broad (add an intent-specific Ignore). Aim for high precision with enough recall.\n\nFull `body` requests require: `name`, `schedule` (with `cron` or `text`), and `targets` (one or more `{ type: 'scrape', urls: [...] }`, `{ type: 'crawl', url: '...' }`, or `{ type: 'search', queries: [...], searchWindow?, maxResults?, includeDomains?, excludeDomains? }`). Optional: `goal` (required when any search target is present), `judgeEnabled`, `webhook`, `notification`, `retentionDays`.\n\n**Markdown-mode (default):** Each check produces a unified text diff of the page's markdown. No extra configuration needed.\n\n```json\n{\n \"name\": \"firecrawl_monitor_create\",\n \"arguments\": {\n \"page\": \"https://example.com/blog\",\n \"goal\": \"Alert when a new blog post is published or an existing headline changes.\",\n \"email\": \"[redacted-email]\"\n }\n}\n```\n\n**Multiple pages:**\n\n```json\n{\n \"name\": \"firecrawl_monitor_create\",\n \"arguments\": {\n \"pages\": [\"https://example.com/pricing\", \"https://example.com/changelog\"],\n \"goal\": \"Alert when pricing, packaging, or launch messaging changes.\",\n \"webhookUrl\": \"https://example.com/webhooks/firecrawl\"\n }\n}\n```\n\n**JSON-mode change tracking:** To detect changes in **specific structured fields** (price, headline, in-stock flag, list items) instead of the whole page, add a `changeTracking` format with `modes: [\"json\"]` and a JSON schema to the target's `scrapeOptions.formats`. The check response will then carry a per-field diff (keyed by JSON path, e.g. `plans[0].price`) and a `snapshot.json` with the full current extraction. See `firecrawl_monitor_check` for the response shape.\n\n```json\n{\n \"name\": \"firecrawl_monitor_create\",\n \"arguments\": {\n \"body\": {\n \"name\": \"Pricing watch\",\n \"schedule\": { \"text\": \"hourly\", \"timezone\": \"UTC\" },\n \"goal\": \"Alert when a pricing tier, price, billing period, limit, or headline feature changes. Ignore unrelated marketing copy unless it changes the pricing offer.\",\n \"targets\": [{\n \"type\": \"scrape\",\n \"urls\": [\"https://example.com/pricing\"],\n \"scrapeOptions\": {\n \"formats\": [{\n \"type\": \"changeTracking\",\n \"modes\": [\"json\"],\n \"prompt\": \"Extract pricing tiers and headline features for each plan.\",\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"plans\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": { \"type\": \"string\" },\n \"price\": { \"type\": \"string\" },\n \"features\": { \"type\": \"array\", \"items\": { \"type\": \"string\" } }\n }\n }\n }\n }\n }\n }]\n }\n }]\n }\n }\n}\n```\n\n**Mixed mode (JSON + git-diff):** Use `modes: [\"json\", \"git-diff\"]` to get both per-field diffs and a markdown sidecar. The page is marked `changed` whenever either surface changed.\n"
|
|
3716
|
+
},
|
|
3717
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3718
|
+
"recommendedAction": "gate"
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3722
|
+
"attackClass": "permission-boundary",
|
|
3723
|
+
"severity": "medium",
|
|
3724
|
+
"itemType": "tool",
|
|
3725
|
+
"itemName": "firecrawl_monitor_update",
|
|
3726
|
+
"message": "Tool \"firecrawl_monitor_update\" combines broad parameters (body) with destructive or non-read-only behavior.",
|
|
3727
|
+
"evidence": {
|
|
3728
|
+
"broadParams": [
|
|
3729
|
+
"body"
|
|
3730
|
+
],
|
|
3731
|
+
"annotations": {
|
|
3732
|
+
"title": "Update monitor",
|
|
3733
|
+
"readOnlyHint": false,
|
|
3734
|
+
"destructiveHint": true,
|
|
3735
|
+
"openWorldHint": true
|
|
3736
|
+
},
|
|
3737
|
+
"description": "\nUpdate a monitor. Pass any subset of fields to patch: `name`, `status` (\"active\" | \"paused\"), `schedule`, `targets`, `goal`, `judgeEnabled`, `webhook`, `notification`, `retentionDays`.\n\n**Usage Example:**\n```json\n{\n \"name\": \"firecrawl_monitor_update\",\n \"arguments\": {\n \"id\": \"mon_abc123\",\n \"body\": { \"status\": \"paused\" }\n }\n}\n```\n"
|
|
3738
|
+
},
|
|
3739
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3740
|
+
"recommendedAction": "gate"
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"ruleId": "attack-sim/permission-boundary/broad-destructive-tool",
|
|
3744
|
+
"attackClass": "permission-boundary",
|
|
3745
|
+
"severity": "medium",
|
|
3746
|
+
"itemType": "tool",
|
|
3747
|
+
"itemName": "firecrawl_research_search_papers",
|
|
3748
|
+
"message": "Tool \"firecrawl_research_search_papers\" combines broad parameters (query) with destructive or non-read-only behavior.",
|
|
3749
|
+
"evidence": {
|
|
3750
|
+
"broadParams": [
|
|
3751
|
+
"query"
|
|
3752
|
+
],
|
|
3753
|
+
"annotations": {
|
|
3754
|
+
"title": "Search research papers",
|
|
3755
|
+
"readOnlyHint": true,
|
|
3756
|
+
"destructiveHint": false,
|
|
3757
|
+
"openWorldHint": true
|
|
3758
|
+
},
|
|
3759
|
+
"description": "Primary entry point for finding research papers by topic across AI/ML, computer science, math, physics, biomedical, life sciences, and clinical literature. Semantic (HyDE) search over indexed paper metadata and abstracts; returns ranked papers with paper id, title, authors, and abstract. The query should be a natural-language research topic or question. Run SEVERAL distinct framings of the question (sibling domains, rival methods, dataset or benchmark names, conditions, populations, interventions, or outcomes) rather than one query — recall improves markedly with diverse framings."
|
|
3760
|
+
},
|
|
3761
|
+
"recommendation": "Constrain this tool with typed inputs, allowlists, explicit read-only/destructive annotations, and a harmless CI fixture.",
|
|
3762
|
+
"recommendedAction": "gate"
|
|
3763
|
+
}
|
|
3764
|
+
]
|
|
3765
|
+
}
|
|
3766
|
+
]
|
|
3767
|
+
}
|
|
3768
|
+
],
|
|
3769
|
+
"healthScore": {
|
|
3770
|
+
"overall": 53,
|
|
3771
|
+
"grade": "F",
|
|
3772
|
+
"dimensions": [
|
|
3773
|
+
{
|
|
3774
|
+
"name": "Protocol Compliance",
|
|
3775
|
+
"weight": 0.3,
|
|
3776
|
+
"score": 60,
|
|
3777
|
+
"details": [
|
|
3778
|
+
"conformance: partial (60/100)"
|
|
3779
|
+
]
|
|
3780
|
+
},
|
|
3781
|
+
{
|
|
3782
|
+
"name": "Schema Quality",
|
|
3783
|
+
"weight": 0.2,
|
|
3784
|
+
"score": 60,
|
|
3785
|
+
"details": [
|
|
3786
|
+
"schema-quality: partial (60/100)"
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"name": "Security",
|
|
3791
|
+
"weight": 0.2,
|
|
3792
|
+
"score": 0,
|
|
3793
|
+
"details": [
|
|
3794
|
+
"security-lite: fail (0/100)",
|
|
3795
|
+
"security: fail (0/100)",
|
|
3796
|
+
"attack-sim: fail (0/100)"
|
|
3797
|
+
]
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "Reliability",
|
|
3801
|
+
"weight": 0.2,
|
|
3802
|
+
"score": 67,
|
|
3803
|
+
"details": [
|
|
3804
|
+
"tools: pass (100/100)",
|
|
3805
|
+
"prompts: unsupported (50/100)",
|
|
3806
|
+
"resources: unsupported (50/100)"
|
|
3807
|
+
]
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "Performance",
|
|
3811
|
+
"weight": 0.1,
|
|
3812
|
+
"score": 100,
|
|
3813
|
+
"details": [
|
|
3814
|
+
"Connect: 911ms",
|
|
3815
|
+
"p95 latency: 8ms (3 operations)"
|
|
3816
|
+
]
|
|
3817
|
+
}
|
|
3818
|
+
]
|
|
3819
|
+
},
|
|
3820
|
+
"performanceMetrics": {
|
|
3821
|
+
"connectMs": 911.4984169999989,
|
|
3822
|
+
"toolsListMs": 7.67920900000172,
|
|
3823
|
+
"promptsListMs": 0.0012920000008307397,
|
|
3824
|
+
"resourcesListMs": 0.0007499999992433004
|
|
3825
|
+
},
|
|
3826
|
+
"runtimeProfile": {
|
|
3827
|
+
"egress": [
|
|
3828
|
+
{
|
|
3829
|
+
"target": "url",
|
|
3830
|
+
"protocol": "unknown",
|
|
3831
|
+
"source": "tool_schema",
|
|
3832
|
+
"confidence": "high"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"target": "firecrawl_scrape",
|
|
3836
|
+
"protocol": "unknown",
|
|
3837
|
+
"source": "description_analysis",
|
|
3838
|
+
"confidence": "low"
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"target": "url",
|
|
3842
|
+
"protocol": "unknown",
|
|
3843
|
+
"source": "tool_schema",
|
|
3844
|
+
"confidence": "high"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"target": "firecrawl_map",
|
|
3848
|
+
"protocol": "unknown",
|
|
3849
|
+
"source": "description_analysis",
|
|
3850
|
+
"confidence": "low"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"target": "firecrawl_search",
|
|
3854
|
+
"protocol": "unknown",
|
|
3855
|
+
"source": "description_analysis",
|
|
3856
|
+
"confidence": "low"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"target": "firecrawl_search_feedback",
|
|
3860
|
+
"protocol": "unknown",
|
|
3861
|
+
"source": "description_analysis",
|
|
3862
|
+
"confidence": "low"
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"target": "endpoint",
|
|
3866
|
+
"protocol": "unknown",
|
|
3867
|
+
"source": "tool_schema",
|
|
3868
|
+
"confidence": "high"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"target": "url",
|
|
3872
|
+
"protocol": "unknown",
|
|
3873
|
+
"source": "tool_schema",
|
|
3874
|
+
"confidence": "high"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"target": "firecrawl_feedback",
|
|
3878
|
+
"protocol": "unknown",
|
|
3879
|
+
"source": "description_analysis",
|
|
3880
|
+
"confidence": "low"
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"target": "url",
|
|
3884
|
+
"protocol": "unknown",
|
|
3885
|
+
"source": "tool_schema",
|
|
3886
|
+
"confidence": "high"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"target": "webhook",
|
|
3890
|
+
"protocol": "unknown",
|
|
3891
|
+
"source": "tool_schema",
|
|
3892
|
+
"confidence": "high"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"target": "firecrawl_crawl",
|
|
3896
|
+
"protocol": "unknown",
|
|
3897
|
+
"source": "description_analysis",
|
|
3898
|
+
"confidence": "low"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"target": "firecrawl_extract",
|
|
3902
|
+
"protocol": "unknown",
|
|
3903
|
+
"source": "description_analysis",
|
|
3904
|
+
"confidence": "low"
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"target": "firecrawl_agent",
|
|
3908
|
+
"protocol": "unknown",
|
|
3909
|
+
"source": "description_analysis",
|
|
3910
|
+
"confidence": "low"
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"target": "url",
|
|
3914
|
+
"protocol": "unknown",
|
|
3915
|
+
"source": "tool_schema",
|
|
3916
|
+
"confidence": "high"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"target": "firecrawl_interact",
|
|
3920
|
+
"protocol": "unknown",
|
|
3921
|
+
"source": "description_analysis",
|
|
3922
|
+
"confidence": "low"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"target": "firecrawl_parse",
|
|
3926
|
+
"protocol": "unknown",
|
|
3927
|
+
"source": "description_analysis",
|
|
3928
|
+
"confidence": "low"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"target": "firecrawl_monitor_create",
|
|
3932
|
+
"protocol": "unknown",
|
|
3933
|
+
"source": "description_analysis",
|
|
3934
|
+
"confidence": "low"
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"target": "firecrawl_monitor_update",
|
|
3938
|
+
"protocol": "unknown",
|
|
3939
|
+
"source": "description_analysis",
|
|
3940
|
+
"confidence": "low"
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"target": "firecrawl_monitor_check",
|
|
3944
|
+
"protocol": "unknown",
|
|
3945
|
+
"source": "description_analysis",
|
|
3946
|
+
"confidence": "low"
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"target": "firecrawl_research_search_github",
|
|
3950
|
+
"protocol": "unknown",
|
|
3951
|
+
"source": "description_analysis",
|
|
3952
|
+
"confidence": "low"
|
|
3953
|
+
}
|
|
3954
|
+
],
|
|
3955
|
+
"stateMutations": [
|
|
3956
|
+
{
|
|
3957
|
+
"resource": "filesystem",
|
|
3958
|
+
"operation": "write",
|
|
3959
|
+
"scope": "working_directory",
|
|
3960
|
+
"source": "description_analysis"
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"resource": "filesystem",
|
|
3964
|
+
"operation": "write",
|
|
3965
|
+
"scope": "working_directory",
|
|
3966
|
+
"source": "description_analysis"
|
|
3967
|
+
},
|
|
3968
|
+
{
|
|
3969
|
+
"resource": "filesystem",
|
|
3970
|
+
"operation": "write",
|
|
3971
|
+
"scope": "working_directory",
|
|
3972
|
+
"source": "description_analysis"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"resource": "filesystem",
|
|
3976
|
+
"operation": "write",
|
|
3977
|
+
"scope": "working_directory",
|
|
3978
|
+
"source": "tool_schema"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"resource": "filesystem",
|
|
3982
|
+
"operation": "write",
|
|
3983
|
+
"scope": "working_directory",
|
|
3984
|
+
"source": "description_analysis"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"resource": "filesystem",
|
|
3988
|
+
"operation": "write",
|
|
3989
|
+
"scope": "working_directory",
|
|
3990
|
+
"source": "description_analysis"
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"resource": "filesystem",
|
|
3994
|
+
"operation": "write",
|
|
3995
|
+
"scope": "working_directory",
|
|
3996
|
+
"source": "description_analysis"
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"resource": "filesystem",
|
|
4000
|
+
"operation": "write",
|
|
4001
|
+
"scope": "working_directory",
|
|
4002
|
+
"source": "description_analysis"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"resource": "filesystem",
|
|
4006
|
+
"operation": "write",
|
|
4007
|
+
"scope": "working_directory",
|
|
4008
|
+
"source": "description_analysis"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"resource": "filesystem",
|
|
4012
|
+
"operation": "write",
|
|
4013
|
+
"scope": "working_directory",
|
|
4014
|
+
"source": "description_analysis"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"resource": "filesystem",
|
|
4018
|
+
"operation": "write",
|
|
4019
|
+
"scope": "working_directory",
|
|
4020
|
+
"source": "description_analysis"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"resource": "filesystem",
|
|
4024
|
+
"operation": "write",
|
|
4025
|
+
"scope": "working_directory",
|
|
4026
|
+
"source": "description_analysis"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"resource": "filesystem",
|
|
4030
|
+
"operation": "write",
|
|
4031
|
+
"scope": "working_directory",
|
|
4032
|
+
"source": "description_analysis"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"resource": "filesystem",
|
|
4036
|
+
"operation": "execute",
|
|
4037
|
+
"scope": "working_directory",
|
|
4038
|
+
"source": "description_analysis"
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
"resource": "filesystem",
|
|
4042
|
+
"operation": "write",
|
|
4043
|
+
"scope": "working_directory",
|
|
4044
|
+
"source": "description_analysis"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"resource": "filesystem",
|
|
4048
|
+
"operation": "write",
|
|
4049
|
+
"scope": "working_directory",
|
|
4050
|
+
"source": "description_analysis"
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"analyzedAt": "2026-07-12T23:44:25.852Z",
|
|
4054
|
+
"confidence": "high"
|
|
4055
|
+
}
|
|
4056
|
+
}
|