Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

test_workflow

Initiate a structured workflow to write or enhance test coverage by specifying tasks, target files, test types, and frameworks. Part of the MCP server that enforces disciplined programming practices.

Instructions

Start a focused workflow for writing or improving test coverage

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context (optional)
taskYesDescription of what to test or test coverage to add

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context (optional)", "properties": { "coverageGoals": { "description": "Specific coverage goals or scenarios to test", "items": { "type": "string" }, "type": "array" }, "targetFiles": { "description": "Files that need test coverage", "items": { "type": "string" }, "type": "array" }, "testFramework": { "description": "Testing framework being used (e.g., jest, mocha, pytest)", "type": "string" }, "testType": { "description": "Type of tests to write", "enum": [ "unit", "integration", "e2e", "all" ], "type": "string" } }, "type": "object" }, "task": { "description": "Description of what to test or test coverage to add", "type": "string" } }, "required": [ "task" ], "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/kingdomseed/structured-workflow-mcp'

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