Skip to main content
Glama

QASE MCP Server

get_shared_steps

Retrieve all shared steps from a Qase test management project by specifying project code, search query, and pagination parameters for efficient test case management.

Instructions

Get all shared steps in a project

Input Schema

NameRequiredDescriptionDefault
codeYes
limitNo
offsetNo
searchNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "search": { "type": "string" } }, "required": [ "code" ], "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/rikuson/mcp-qase'

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