Skip to main content
Glama

Frontend Review MCP

by fefergrgrgrg

reviewEdit

Compare before and after screenshots of UI edits to verify if they meet user requests. Receive a yes or no response with detailed feedback for revisions when needed.

Instructions

Perform a visual review of a UI edit request. The 'before screenshot' is a screenshot of the page before the edit, and the 'after screenshot' is the screenshot of the page after the edit. You will recieve either a yes or no response, indicating whether the edit visually satisfies the edit request. If no, it will provide a detailed explanation of why the edit does not satisfy the request so you can continue to work on it.

Input Schema

NameRequiredDescriptionDefault
afterScreenshotPathYesAbsolute path to the 'after' screenshot file (png)
beforeScreenshotPathYesAbsolute path to the 'before' screenshot file (png)
editRequestYesA detailed description of the UI edit request made by the user. Do not describe the changes you made, but just summarize what the user asked you to change on the page.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "afterScreenshotPath": { "description": "Absolute path to the 'after' screenshot file (png)", "type": "string" }, "beforeScreenshotPath": { "description": "Absolute path to the 'before' screenshot file (png)", "type": "string" }, "editRequest": { "description": "A detailed description of the UI edit request made by the user. Do not describe the changes you made, but just summarize what the user asked you to change on the page.", "type": "string" } }, "required": [ "beforeScreenshotPath", "afterScreenshotPath", "editRequest" ], "type": "object" }

Other Tools from Frontend Review MCP

Related Tools

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/fefergrgrgrg/frontend-review-mcp'

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