Skip to main content
Glama

its-just-ui MCP Server

by its-just-ui

create_form

Build customizable form structures with its-just-ui form components. Define field types, layouts, and validation to create user-friendly React forms.

Instructions

Generate a form structure using its-just-ui form components

Input Schema

NameRequiredDescriptionDefault
fieldsYes
includeValidationNo
layoutNo

Input Schema (JSON Schema)

{ "properties": { "fields": { "items": { "properties": { "label": { "type": "string" }, "name": { "type": "string" }, "options": { "items": { "type": "string" }, "type": "array" }, "placeholder": { "type": "string" }, "required": { "type": "boolean" }, "type": { "enum": [ "text", "email", "password", "number", "select", "checkbox", "radio", "date", "color", "file" ], "type": "string" } }, "required": [ "name", "type", "label" ], "type": "object" }, "type": "array" }, "includeValidation": { "type": "boolean" }, "layout": { "enum": [ "single-column", "two-column", "inline" ], "type": "string" } }, "required": [ "fields" ], "type": "object" }
Install Server

Other Tools from its-just-ui 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/its-just-ui/its-just-mcp'

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