create_form
ActiveTool of mcp-server-dashform
declared in 1.0.0
Create a new form in the active organization. 'structured' is a Logic Funnel (default), 'dynamic' is an AI Funnel. Use update_form to add steps/theme after creation.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 255,
"minLength": 1,
"description": "The name of the form"
},
"tone": {
"type": "string",
"default": "",
"description": "Optional tone (e.g. 'friendly')"
},
"type": {
"enum": [
"structured",
"dynamic"
],
"type": "string",
"default": "structured",
"description": "'structured' = Logic Funnel, 'dynamic' = AI Funnel"
},
"templateId": {
"type": "string",
"default": "",
"description": "Optional template to seed from"
},
"description": {
"type": "string",
"default": "",
"description": "Optional description"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries