iiRecord
Agentic AI Atlas · Firecrawl: Scrape
tool-descriptor:firecrawl.scrapea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:firecrawl.scrape

Structured · live

Firecrawl: Scrape json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/firecrawl-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:firecrawl.scrape",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/firecrawl-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Firecrawl: Scrape",
    "description": "Scrape a single URL and return content as markdown / HTML / structured data.",
    "inputSchema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string"
        },
        "formats": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "onlyMainContent": {
          "type": "boolean"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:firecrawl.scrape",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-extensions-tool-descriptors-firecrawl-mcp-tools-yaml",
      "to": "tool-descriptor:firecrawl.scrape",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.scrape",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}