Skip to main content
Glama

BugBug MCP Server

by simplypixi

get_suites

Retrieve and filter test suites from the BugBug automation platform to manage and organize testing workflows.

Instructions

Get list of BugBug test suites

Input Schema

NameRequiredDescriptionDefault
orderingNoSort order
pageNoPage number for pagination
pageSizeNoNumber of results per page
queryNoSearch query for suite names

Input Schema (JSON Schema)

{ "properties": { "ordering": { "description": "Sort order", "enum": [ "name", "-name", "created", "-created" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "pageSize": { "description": "Number of results per page", "type": "number" }, "query": { "description": "Search query for suite names", "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