create_reply
ActiveTool of mcp-server-dashform
declared in 1.0.0
Create a reply on the form's latest published version. Optionally seed respondent info and answers (question key -> value).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"formId"
],
"properties": {
"data": {
"type": "object",
"default": {},
"description": "Initial answers as question key -> canonical string value. Use source option labels; newline-separated values for multiple-choice/picture-choice and complete ranking order; number as a finite decimal; yes-no as Yes or No; legal as Accepted; NPS as 0 through 10; website as an HTTP(S) URL; file-upload as the scoped Blob URL. Omit statement steps because they do not store answers.",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "string"
}
},
"formId": {
"type": "string",
"description": "The form ID to create a reply for"
},
"status": {
"enum": [
"partial",
"completed"
],
"type": "string",
"default": "partial"
},
"respondentName": {
"type": "string"
},
"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,}$"
},
"respondentEmotion": {
"enum": [
"neutral",
"positive",
"negative"
],
"type": "string",
"default": "neutral"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries