Skip to main content
Glama

QASE MCP Server

update_shared_step

Modify an existing shared step in QASE by updating its code, hash, title, action, expected result, data, or steps, ensuring accurate test management and integration.

Instructions

Update an existing shared step

Input Schema

NameRequiredDescriptionDefault
actionYes
codeYes
dataNo
expected_resultNo
hashYes
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" }, "hash": { "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", "hash", "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