Skip to main content
Glama

MCP-Midscene

by MauroCor

midscene_aiAssert

Monitors and validates specified conditions on web pages using natural language via AI-powered polling, ensuring accurate assertions in test automation workflows with Playwright.

Instructions

Asserts that a specified condition, described in natural language, is true on the page. Polls the condition using AI.

Input Schema

NameRequiredDescriptionDefault
assertionYesCondition to monitor on the page, described in natural language.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assertion": { "description": "Condition to monitor on the page, described in natural language.", "type": "string" } }, "required": [ "assertion" ], "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/MauroCor/mcp-midscene'

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