Skip to main content
Glama

Spec-driven Development MCP Server

by kevinlin

spec_driven_dev_goal_confirmed

Confirm feature goal completion, assign a feature name, and transition to the requirements collection phase for structured development workflows.

Instructions

Confirm the completion of the feature goal, set the feature_name, and proceed to the requirements collection phase

Input Schema

NameRequiredDescriptionDefault
feature_nameYesFeature name generated based on the goal (e.g., user-auth)
goal_summaryYesBrief description of the feature goal
session_idYesSession identifier

Input Schema (JSON Schema)

{ "properties": { "feature_name": { "description": "Feature name generated based on the goal (e.g., user-auth)", "type": "string" }, "goal_summary": { "description": "Brief description of the feature goal", "type": "string" }, "session_id": { "description": "Session identifier", "type": "string" } }, "required": [ "session_id", "feature_name", "goal_summary" ], "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