You're viewing a demo portfolio

Join the waitlist
PRSM

create_reply

Active

Tool of mcp-server-dashform

declared in 1.0.0

Create a new reply for a form

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "formId",
    "organizationId"
  ],
  "properties": {
    "data": {
      "type": "object",
      "description": "Optional initial form data as key-value pairs (question key -> answer)",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {
        "type": "string"
      }
    },
    "formId": {
      "type": "string",
      "description": "The ID of the form to create a reply for"
    },
    "organizationId": {
      "type": "string",
      "description": "The organization ID the form belongs to"
    },
    "respondentName": {
      "type": "string",
      "description": "Optional name of the person filling out the form"
    },
    "respondentEmail": {
      "type": "string",
      "format": "email",
      "pattern": "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$",
      "description": "Optional email of the person filling out the form"
    },
    "respondentEmotion": {
      "enum": [
        "neutral",
        "positive",
        "negative"
      ],
      "type": "string",
      "description": "Optional initial emotional state of the respondent (defaults to neutral)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-server-dashform

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

2/7 registries
View full server →
create_reply — mcp-server-dashform — PRSM MCP