Skip to main content
Glama

Vibe-Coder MCP Server

update_phase_status

Modifies the status of a development phase within the Vibe-Coder MCP Server workflow, enabling tracking of progress through stages like pending, in progress, completed, and reviewed.

Input Schema

NameRequiredDescriptionDefault
featureIdYes
phaseIdYes
statusYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featureId": { "minLength": 1, "type": "string" }, "phaseId": { "minLength": 1, "type": "string" }, "status": { "enum": [ "pending", "in_progress", "completed", "reviewed" ], "type": "string" } }, "required": [ "featureId", "phaseId", "status" ], "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