You're viewing a demo portfolio

Join the waitlist
PRSM

create_form

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →