Skip to main content
Glama

Firecrawl MCP Server

by ampcome-mcps
MIT License
40,978
  • Apple

firecrawl_check_crawl_status

Check the status and progress of a web crawling job to monitor completion and retrieve results when available.

Instructions

Check the status of a crawl job.

Usage Example:

{ "name": "firecrawl_check_crawl_status", "arguments": { "id": "550e8400-e29b-41d4-a716-446655440000" } }

Returns: Status and progress of the crawl job, including results if available.

Input Schema

NameRequiredDescriptionDefault
idYesCrawl job ID to check

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Crawl job ID to check", "type": "string" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ampcome-mcps/firecrawl-mcp'

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