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

tool-descriptor:firecrawl.extract

Structured · live

Firecrawl: Extract 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.extract",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/firecrawl-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Firecrawl: Extract",
    "description": "Extract structured data from URLs using a JSON schema or natural language prompt.",
    "inputSchema": {
      "type": "object",
      "required": [
        "urls"
      ],
      "properties": {
        "urls": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "schema": {
          "type": "object"
        },
        "prompt": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:firecrawl.extract",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.extract",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}