Skip to main content
Glama

MCP Tool

by PiuQiuPiaQia

san

Create and customize components using PascalCase naming, select features like templates, styles, and lifecycle hooks, and define component lists efficiently.

Input Schema

NameRequiredDescriptionDefault
componentNameYes组件名称(使用PascalCase命名规范)
descriptionNo组件的功能描述(可选)
featuresNo需要包含的特性,使用逗号分隔:template-模板, style-样式, computed-计算属性, lifecycle-生命周期, typescript-TypeScript支持。
selectedComponentsNo选择使用的组件列表

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "componentName": { "description": "组件名称(使用PascalCase命名规范)", "type": "string" }, "description": { "description": "组件的功能描述(可选)", "type": "string" }, "features": { "description": "需要包含的特性,使用逗号分隔:template-模板, style-样式, computed-计算属性, lifecycle-生命周期, typescript-TypeScript支持。", "type": "string" }, "selectedComponents": { "description": "选择使用的组件列表", "items": { "type": "string" }, "type": "array" } }, "required": [ "componentName" ], "type": "object" }
Install Server

Other Tools from MCP Tool

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/PiuQiuPiaQia/mcp-tool'

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