Skip to main content
Glama

BugBug MCP Server

by simplypixi

get_test_runs

Retrieve historical test runs from BugBug with filtering by date range, pagination, and sorting options to analyze past test execution data.

Instructions

Get list of historical BugBug test runs

Input Schema

NameRequiredDescriptionDefault
orderingNoSort order by start time
pageNoPage number for pagination
pageSizeNoNumber of results per page
startedAfterNoFilter runs started after this datetime (ISO format)
startedBeforeNoFilter runs started before this datetime (ISO format)

Input Schema (JSON Schema)

{ "properties": { "ordering": { "description": "Sort order by start time", "enum": [ "-started", "started" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "pageSize": { "description": "Number of results per page", "type": "number" }, "startedAfter": { "description": "Filter runs started after this datetime (ISO format)", "type": "string" }, "startedBefore": { "description": "Filter runs started before this datetime (ISO format)", "type": "string" } }, "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