Skip to main content
Glama

BugBug MCP Server

by simplypixi

run_test_by_name_or_id

Execute automated tests by specifying either the test name or unique ID, with options to use specific execution profiles and override variables for customized test runs.

Instructions

Run test by name or ID - automatically finds test by name if not a UUID

Input Schema

NameRequiredDescriptionDefault
profileNameNoProfile name to use for execution
testNameOrIdYesTest name or UUID to execute
variablesNoOverride variables for the test run

Input Schema (JSON Schema)

{ "properties": { "profileName": { "description": "Profile name to use for execution", "type": "string" }, "testNameOrId": { "description": "Test name or UUID to execute", "type": "string" }, "variables": { "description": "Override variables for the test run", "items": { "additionalProperties": false, "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "key" ], "type": "object" }, "type": "array" } }, "required": [ "testNameOrId" ], "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/simplypixi/bugbug-mcp-server'

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