Skip to main content
Glama

Vibe-Coder MCP Server

create_phase

Generate structured development phases for coding projects by defining feature IDs, names, and descriptions, facilitating organized implementation and progress tracking in LLM-based workflows.

Input Schema

NameRequiredDescriptionDefault
descriptionYes
featureIdYes
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "featureId": { "minLength": 1, "type": "string" }, "name": { "minLength": 1, "type": "string" } }, "required": [ "featureId", "name", "description" ], "type": "object" }
Install Server

Other Tools from Vibe-Coder MCP Server

Related Tools

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/crazyrabbitLTC/mcp-vibecoder'

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