Skip to main content
Glama

BugBug MCP Server

by simplypixi

show_run_from_last_24

Display test and suite execution results from the past 24 hours to monitor recent automation runs and track performance trends.

Instructions

Shows tests/suites runs from last 24 hours

Input Schema

NameRequiredDescriptionDefault
pageSizeNoNumber of results per page (default: 50)
runTypeNoType of runs to show - test, suite, or bothboth

Input Schema (JSON Schema)

{ "properties": { "pageSize": { "default": 50, "description": "Number of results per page (default: 50)", "type": "number" }, "runType": { "default": "both", "description": "Type of runs to show - test, suite, or both", "enum": [ "test", "suite", "both" ], "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