Skip to main content
Glama

QASE MCP Server

update_plan

Modify an existing test plan by updating its code, title, description, or associated test cases using QASE MCP Server integration.

Instructions

Update an existing test plan

Input Schema

NameRequiredDescriptionDefault
casesNo
codeYes
descriptionNo
idYes
titleNo

Input Schema (JSON Schema)

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