Skip to main content
Glama

Structured Workflow MCP

by kingdomseed

create_feature_workflow

Initiate a structured workflow to add new functionality with integrated testing, specifying task details, target files, scope, and requirements for disciplined programming practices.

Instructions

Start a structured workflow for adding new functionality with integrated testing

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context (optional)
taskYesDescription of the feature to create

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context (optional)", "properties": { "requirements": { "description": "Feature requirements and acceptance criteria", "items": { "type": "string" }, "type": "array" }, "scope": { "description": "The scope of the feature", "enum": [ "file", "directory", "project" ], "type": "string" }, "targetFiles": { "description": "Files where the feature will be added", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "task": { "description": "Description of the feature to create", "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