Skip to main content
Glama

Zebrunner MCP Server

get_automation_states

Retrieve available automation states with names and IDs for specific projects to manage test execution workflows in Zebrunner Test Case Management.

Instructions

๐Ÿ”ง Get available automation states for a project (names and IDs)

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
projectYesProject alias (web/android/ios/api), project key, or project ID

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Output format", "enum": [ "json", "markdown" ], "type": "string" }, "project": { "anyOf": [ { "enum": [ "web", "android", "ios", "api" ], "type": "string" }, { "type": "string" }, { "type": "number" } ], "description": "Project alias (web/android/ios/api), project key, or project ID" } }, "required": [ "project" ], "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