Skip to main content
Glama

Vibe-Coder MCP Server

start_feature_clarification

Initiate structured feature clarification by defining a feature name and optional initial description to guide LLM-based coding and streamline development workflows on the Vibe-Coder MCP Server.

Input Schema

NameRequiredDescriptionDefault
featureNameYes
initialDescriptionNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "featureName": { "maxLength": 100, "minLength": 2, "type": "string" }, "initialDescription": { "default": "", "type": "string" } }, "required": [ "featureName" ], "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