Skip to main content
Glama

shadcn-vue-mcp

requirement-structuring

Transform natural language into structured UI component requirements. Use this tool to generate clear, detailed component specifications when requesting Vue elements like buttons, inputs, dialogs, or forms.

Instructions

analyze the user's natural language and structure the requirements into a clear and structured component requirement document. Use this tool when the user requests a new UI component—e.g., mentions /ui, or asks for a button, input, dialog, table, form, banner, card, or other Vue component

Input Schema

NameRequiredDescriptionDefault
messageYesContent about user requirement in specific contextual information

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Content about user requirement in specific contextual information", "type": "string" } }, "required": [ "message" ], "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/HelloGGX/shadcn-vue-mcp'

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