Skip to main content
Glama

Debugg AI MCP

Official
by debugg-ai

debugg_ai_test_page_changes

Test and validate UI changes by simulating user interactions using emulation agents. Specify page features, local port, and repository details for accurate testing.

Instructions

Use DebuggAI to run & and test UI changes that have been made with its User emulation agents

Input Schema

NameRequiredDescriptionDefault
branchNameNoCurrent branch name
descriptionYesDescription of what page (relative url) and features should be tested.
filePathNoAbsolute path to the file to test
localPortNoLocalhost port number where the app is running. Eg. 3000
repoNameNoThe name of the current repository
repoPathNoLocal path of the repo root

Input Schema (JSON Schema)

{ "properties": { "branchName": { "description": "Current branch name", "type": "string" }, "description": { "description": "Description of what page (relative url) and features should be tested.", "type": "string" }, "filePath": { "description": "Absolute path to the file to test", "type": "string" }, "localPort": { "description": "Localhost port number where the app is running. Eg. 3000", "type": "number" }, "repoName": { "description": "The name of the current repository", "type": "string" }, "repoPath": { "description": "Local path of the repo root", "type": "string" } }, "required": [ "description" ], "type": "object" }
Install Server

Other Tools from Debugg AI 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/debugg-ai/debugg-ai-mcp'

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