Skip to main content
Glama

Spec-driven Development MCP Server

by kevinlin

spec_driven_dev_execute_start

Initiate task execution phase for a specified feature, guiding users through the process with optional task ID input for targeted execution within the development workflow.

Instructions

Start the task execution phase and provide guidance for task execution

Input Schema

NameRequiredDescriptionDefault
feature_nameYesFeature name
session_idYesSession identifier
task_idNoOptional: Specify the task ID to execute; if not specified, the next unfinished task will be executed

Input Schema (JSON Schema)

{ "properties": { "feature_name": { "description": "Feature name", "type": "string" }, "session_id": { "description": "Session identifier", "type": "string" }, "task_id": { "description": "Optional: Specify the task ID to execute; if not specified, the next unfinished task will be executed", "type": "string" } }, "required": [ "session_id", "feature_name" ], "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/kevinlin/spec-driven-dev-mcp'

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