Skip to main content
Glama

Zebrunner MCP Server

get_available_projects

Retrieve available Zebrunner projects with keys and IDs to support dynamic project selection for test case management and execution workflows.

Instructions

๐Ÿ—๏ธ Discover available projects with their keys and IDs for dynamic project selection

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: raw API response or formatted dataformatted
includePaginationInfoNoInclude pagination metadata from projects-limit endpoint
publiclyAccessibleNoFilter by public accessibility (true=only public, false=only private, undefined=all)
starredNoFilter by starred projects (true=only starred, false=only non-starred, undefined=all)

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "formatted", "description": "Output format: raw API response or formatted data", "enum": [ "raw", "formatted" ], "type": "string" }, "includePaginationInfo": { "default": false, "description": "Include pagination metadata from projects-limit endpoint", "type": "boolean" }, "publiclyAccessible": { "description": "Filter by public accessibility (true=only public, false=only private, undefined=all)", "type": "boolean" }, "starred": { "description": "Filter by starred projects (true=only starred, false=only non-starred, undefined=all)", "type": "boolean" } }, "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/maksimsarychau/mcp-zebrunner'

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