Skip to main content
Glama

Zypin MCP

wait_for

Pauses script execution until a specified web element becomes available on the page, using CSS selectors to identify elements and optional timeout settings.

Instructions

Wait for an element to appear on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element to wait for
timeoutNoTimeout in milliseconds (default: 5000)

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element to wait for", "type": "string" }, "timeout": { "description": "Timeout in milliseconds (default: 5000)", "type": "number" } }, "required": [ "selector" ], "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/zypin-testing/zypin-mcp'

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