Skip to main content
Glama

QASE MCP Server

create_shared_step

Generate a shared step for test cases by defining actions, expected results, and data. Simplify test case creation and reuse across projects in QASE MCP Server.

Instructions

Create a new shared step

Input Schema

NameRequiredDescriptionDefault
actionYes
codeYes
dataNo
expected_resultNo
stepsNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "type": "string" }, "code": { "type": "string" }, "data": { "type": "string" }, "expected_result": { "type": "string" }, "steps": { "items": { "additionalProperties": false, "properties": { "action": { "type": "string" }, "data": { "type": "string" }, "expected_result": { "type": "string" }, "position": { "type": "number" } }, "required": [ "action" ], "type": "object" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "code", "title", "action" ], "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