Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

waitForText

Monitor and pause automation until specific text appears on a webpage using PlayMCP Browser Automation Server. Set a timeout to control waiting duration.

Instructions

Wait for specific text to appear on the page

Input Schema

NameRequiredDescriptionDefault
textYes
timeoutNoTimeout in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "properties": { "text": { "type": "string" }, "timeout": { "description": "Timeout in milliseconds (default: 30000)", "type": "number" } }, "required": [ "text" ], "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/jomon003/PlayMCP'

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