Skip to main content
Glama

BugBug MCP Server

by simplypixi

wait_for_test_run

Waits for a BugBug test run to complete by polling its status, then returns the full test run results. Specify the run ID and optional timeout/polling intervals to monitor automated test execution.

Instructions

Waits until test run finished, returns full test run data as result

Input Schema

NameRequiredDescriptionDefault
pollIntervalSecondsNoPolling interval in seconds (default: 10)
runIdYesTest run UUID to wait for
timeoutMinutesNoMaximum time to wait in minutes (default: 30)

Input Schema (JSON Schema)

{ "properties": { "pollIntervalSeconds": { "default": 10, "description": "Polling interval in seconds (default: 10)", "type": "number" }, "runId": { "description": "Test run UUID to wait for", "type": "string" }, "timeoutMinutes": { "default": 30, "description": "Maximum time to wait in minutes (default: 30)", "type": "number" } }, "required": [ "runId" ], "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