Skip to main content
Glama

Enhanced Web Scraper MCP Server

by JMRMEDEV

wait_for_react_state

Monitor React applications for state changes, data loading completion, or navigation events during web scraping and testing workflows.

Instructions

Wait for React component state changes, data loading, or navigation

Input Schema

NameRequiredDescriptionDefault
browserNoBrowser engine to usechromium
conditionYesType of condition to wait for
selectorNoCSS selector or testID to wait for (for custom condition)
timeoutNoMaximum time to wait in milliseconds
urlYesURL to monitor

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chromium", "description": "Browser engine to use", "enum": [ "chromium", "firefox", "webkit" ], "type": "string" }, "condition": { "description": "Type of condition to wait for", "enum": [ "hydration", "navigation", "data-loading", "animation", "custom" ], "type": "string" }, "selector": { "description": "CSS selector or testID to wait for (for custom condition)", "type": "string" }, "timeout": { "default": 15000, "description": "Maximum time to wait in milliseconds", "type": "number" }, "url": { "description": "URL to monitor", "type": "string" } }, "required": [ "url", "condition" ], "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/JMRMEDEV/amazon-q-web-scraper-mcp'

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